org.springframework.datastore.query
Class Query.In
java.lang.Object
  
org.springframework.datastore.query.Query.Criterion
      
org.springframework.datastore.query.Query.In
- Enclosing class:
 - Query
 
public static class Query.In
- extends Query.Criterion
 
Criterion used to restrict the results based on a list of values
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Query.In
public Query.In(String name,
                Collection values)
getName
public String getName()
 
getProperty
public String getProperty()
 
getValues
public Collection getValues()