[Logo] Space4J - Java Persistence
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Moderation Log] Moderation Log   [Register] Register / 
[Login] Login 
Messages posted by: hajmoh
Forum Index » Profile for hajmoh » Messages posted by hajmoh
Author Message
Thank you very much.
I'll test your recommandation and i'll infrom you about results.


above we create an index for the attributes "queueId", "shippingDone", "timeNextSend".

if i want to research a list that satisfy the constraints queueId = 1, shippingDone = 3 and timeNextSend = 3000.
i find a way just to get a list satisfying juste one constraint ( look the seconde code)

How can i do it??

thank you
Hello,
i create index for many attributes and i want to get a list which satisfies more than 1 constraints.

Below how we can get list satisfying one constraint.

my question is how we can use multi elements ?, not just one as i did above _multiMap.get(new Key(queueId)) and what we can find on phonebook example.

thanks for responses.
 
Forum Index » Profile for hajmoh » Messages posted by hajmoh
Go to:   
Powered by JForum 2.1.8 © JForum Team