org.springframework.datastore.query
Class Query.Criterion

java.lang.Object
  extended by org.springframework.datastore.query.Query.Criterion
Direct Known Subclasses:
Query.Between, Query.In, Query.Junction, Query.PropertyCriterion
Enclosing class:
Query

public abstract static class Query.Criterion
extends Object

A criterion is used to restrict the results of a query


Constructor Summary
Query.Criterion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query.Criterion

public Query.Criterion()