3 Replies Latest reply on Feb 22, 2011 12:30 PM by sannegrinovero

    How to query for multiple fields in infinispan

    cooldude7470

      How to query for multiple fileds in infinispan cache.

       

      What i want to acheive is something similar sql where i need to list of object which match list of query condition.

       

      Ex. if wanted to acheive select * from employere where name='xxx' and lastname='yyy' and doj between(2 date range).

       

      Same as above i have this employee object saved in cache . I would list of employee who match the above condition(lastname,firstname & DOJ).

       

      Any help or assistance would be highly appericiated.

       

      Regards,

      Khaliq