org.hibernate.criterion
Class Disjunction

java.lang.Object
  extended by org.hibernate.criterion.Junction
      extended by org.hibernate.criterion.Disjunction
All Implemented Interfaces:
Serializable, Criterion

public class Disjunction
extends Junction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.criterion.Junction
Junction.Nature
 
Constructor Summary
protected Disjunction()
           
 
Method Summary
 
Methods inherited from class org.hibernate.criterion.Junction
add, conditions, getNature, getTypedValues, toSqlString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Disjunction

protected Disjunction()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.