Uses of Interface
org.hibernate.criterion.CriteriaSpecification
-
Packages that use CriteriaSpecification Package Description org.hibernate org.hibernate.criterion -
-
Uses of CriteriaSpecification in org.hibernate
Subinterfaces of CriteriaSpecification in org.hibernate Modifier and Type Interface Description interface
Criteria
Criteria is a simplified API for retrieving entities by composing Criterion objects. -
Uses of CriteriaSpecification in org.hibernate.criterion
Classes in org.hibernate.criterion that implement CriteriaSpecification Modifier and Type Class Description class
DetachedCriteria
Models a detached form of a Criteria (not associated with a Session).
-