Hello,

I have a JPA query like that:

select from Kind k where attr1 = "a" and ( attr2 = true or attr3 =
false)

I get the  exception: "Or filters cannot be applied to multiple
properties"

Is there a recommended way get the entites with conditions like that
or do I have to perform two queries one after another and combine the
results in the application.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to