Greetings,
1. Both key and value can be annotated with @Table, key will be processed
first. Everything will be added to the resulting query.
2. Perhaps just need to rewrite an example to eliminate confusion.
Effectively, there is no restriction on how to compose pojo, as it will be
converted to a
HI,
I have a few questions.
Assume, a user creates table via key-value annotated classes:
ignite.catalog().create(PojoKey.class, PojoValue.class).execute();
1. What is the difference between having @Table annotation on the
key class or on the value class?
When both classes are annotated, which on