org.springframework.datastore.query
Class Query.GreaterThan

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.GreaterThan
Enclosing class:
Query

public static class Query.GreaterThan
extends Query.PropertyCriterion

Used to restrict a value to be greater than the given value


Field Summary
 
Fields inherited from class org.springframework.datastore.query.Query.PropertyCriterion
name, value
 
Constructor Summary
Query.GreaterThan(String name, Object value)
           
 
Method Summary
 
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.GreaterThan

public Query.GreaterThan(String name,
                         Object value)