org.springframework.datastore.query
Class Query.In

java.lang.Object
  extended by org.springframework.datastore.query.Query.Criterion
      extended by 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


Constructor Summary
Query.In(String name, Collection values)
           
 
Method Summary
 String getName()
           
 String getProperty()
           
 Collection getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query.In

public Query.In(String name,
                Collection values)
Method Detail

getName

public String getName()

getProperty

public String getProperty()

getValues

public Collection getValues()