FilterOperator.EQUAL : => to use with single values arguments (like String, Integer, Long, ...)
FilterOperator.IN : => to use with collections arguments (like Set<String>, List<Long>, ...) => works like a "OR" clause over all the collection members in the SQL word. Hope this help. -- 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.
