Package org.hibernate.criterion
Class Disjunction
- java.lang.Object
-
- org.hibernate.criterion.Junction
-
- org.hibernate.criterion.Disjunction
-
- All Implemented Interfaces:
java.io.Serializable
,Criterion
public class Disjunction extends Junction
Defines a disjunction (OR series).- See Also:
Conjunction
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hibernate.criterion.Junction
Junction.Nature
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Disjunction()
Constructs a Disjunctionprotected
Disjunction(Criterion[] conditions)
-
Method Summary
-
Methods inherited from class org.hibernate.criterion.Junction
add, conditions, getNature, getTypedValues, toSqlString, toString
-
-
-
-
Constructor Detail
-
Disjunction
protected Disjunction()
Constructs a Disjunction
-
Disjunction
protected Disjunction(Criterion[] conditions)
-
-