类 Conjunction
- java.lang.Object
-
- org.hibernate.criterion.Junction
-
- org.hibernate.criterion.Conjunction
-
- 所有已实现的接口:
Serializable,Criterion
public class Conjunction extends Junction
Defines a conjunction (AND series).- 作者:
- Gavin King, Steve Ebersole
- 另请参阅:
Disjunction, 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.hibernate.criterion.Junction
Junction.Nature
-
-
构造器概要
构造器 限定符 构造器 说明 Conjunction()Constructs a ConjunctionprotectedConjunction(Criterion... criterion)
-
-
-
构造器详细资料
-
Conjunction
public Conjunction()
Constructs a Conjunction
-
Conjunction
protected Conjunction(Criterion... criterion)
-
-