Uses of Class
org.hibernate.criterion.Conjunction

Packages that use Conjunction
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
 

Uses of Conjunction in org.hibernate.criterion
 

Methods in org.hibernate.criterion that return Conjunction
static Conjunction Restrictions.and(Criterion... predicates)
          Return the conjuction of multiple expressions
static Conjunction Restrictions.conjunction()
          Group expressions together in a single conjunction (A and B and C...)
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.