org.springframework.datastore.query
Class Query.LessThan
java.lang.Object
  
org.springframework.datastore.query.Query.Criterion
      
org.springframework.datastore.query.Query.PropertyCriterion
          
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
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Query.LessThan
public Query.LessThan(String name,
                      Object value)