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