org.springframework.datastore.query
Class Query.Equals

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


Field Summary
 
Fields inherited from class org.springframework.datastore.query.Query.PropertyCriterion
name, value
 
Constructor Summary
Query.Equals(String name, Object value)
           
 
Method Summary
 void setValue(Object value)
           
 
Methods inherited from class org.springframework.datastore.query.Query.PropertyCriterion
getProperty, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query.Equals

public Query.Equals(String name,
                    Object value)
Method Detail

setValue

public void setValue(Object value)