org.springframework.datastore.query
Class Query.Disjunction

java.lang.Object
  extended by org.springframework.datastore.query.Query.Criterion
      extended by org.springframework.datastore.query.Query.Junction
          extended by org.springframework.datastore.query.Query.Disjunction
Enclosing class:
Query

public static class Query.Disjunction
extends Query.Junction

A Criterion used to combine to criterion in a logical OR


Constructor Summary
Query.Disjunction()
           
 
Method Summary
 
Methods inherited from class org.springframework.datastore.query.Query.Junction
add, getCriteria, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query.Disjunction

public Query.Disjunction()