org.springframework.datastore.query
Class Query.LessThan

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

public static class Query.LessThan
extends Query.PropertyCriterion

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


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

public Query.LessThan(String name,
                      Object value)