You can do this using ScanQuery by passing predicate to it. Predicate will
have all conditions you want to check like
person.name.contains(searchparameter) For JOINS, you have to use SqlQuery
but I havent tried that.

On Wed, Jul 27, 2016 at 6:50 AM, M Singh <[email protected]> wrote:

> Hi:
>
> Can we insert a complex object into ignite cache and search it ?
>
> Eg ( psuedocode ):
> public class Person {
>     int age,
>     String name,
>     List<Address> address,
>     Tuple2<Person,Person> parents,
> }
>
> If it is possible, how can we annotated them ?  Also, can these nested
> attributes be used in SQL joins ?
>
> Thanks
>
>

Reply via email to