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