Uses of Interface
org.hibernate.criterion.CriteriaSpecification

Packages that use CriteriaSpecification
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of CriteriaSpecification in org.hibernate
 

Subinterfaces of CriteriaSpecification in org.hibernate
 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
 class DetachedCriteria
          Some applications need to create criteria queries in "detached mode", where the Hibernate session is not available.
 

Uses of CriteriaSpecification in org.hibernate.impl
 

Classes in org.hibernate.impl that implement CriteriaSpecification
 class CriteriaImpl
          Implementation of the Criteria interface
 class CriteriaImpl.Subcriteria
           
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved