Uses of Class
org.hibernate.criterion.Conjunction
-
Packages that use Conjunction Package Description org.hibernate.criterion -
-
Uses of Conjunction in org.hibernate.criterion
Methods in org.hibernate.criterion that return Conjunction Modifier and Type Method Description static ConjunctionRestrictions. and(Criterion... predicates)Return the conjuction 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...).
-