类的使用
org.hibernate.criterion.Disjunction
-
使用Disjunction的程序包 程序包 说明 org.hibernate.criterion A framework for defining restriction criteria and order criteria. -
-
org.hibernate.criterion中Disjunction的使用
返回Disjunction的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 static DisjunctionRestrictions. disjunction()Group expressions together in a single disjunction (A or B or C...).static DisjunctionRestrictions. disjunction(Criterion... conditions)Group expressions together in a single disjunction (A or B or C...).static DisjunctionRestrictions. or(Criterion... predicates)Return the disjunction of multiple expressions
-