org.springframework.datastore.query
Class Query.Equals
java.lang.Object
  
org.springframework.datastore.query.Query.Criterion
      
org.springframework.datastore.query.Query.PropertyCriterion
          
org.springframework.datastore.query.Query.Equals
- Enclosing class:
 - Query
 
public static class Query.Equals
- extends Query.PropertyCriterion
 
A criterion that restricts the results based on equality
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Query.Equals
public Query.Equals(String name,
                    Object value)
setValue
public void setValue(Object value)