Team,
Using ignite 1.5 & storing List in cache(For example List<Person>). Need to
get the keys for this list based on query condition in the Person object.
Looking at SQL query for List type.
Person{
String name;
}
Key1 = List<Person>
Key2 = List<Person>
Key3 = List<Person>
..
Keyn = List<Person>
I need to get the keys based on condition like person.name = "myname".
Please help me or provide any reference links.
Note: I am able to query if Person object is stored as individual object,
but not for List<Person>
Thanks,
Kumar
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/How-to-query-data-from-List-tp9766.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.