Hi,

If you're querying value by key, it's better to use get() method instead of
query. The key can be either a primitive, or any Java object. In the latter
case don't forget to properly implement equals() and hashCode() methods.

With queries you can do any other more complicated requests. Ignite uses
standard SQL, so all your examples should work. See [1] for more details.

[1] https://apacheignite.readme.io/docs/sql-queries

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/multiple-value-key-tp4138p4144.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to