Uses of Package
org.hibernate.impl

Packages that use org.hibernate.impl
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. 
org.hibernate.loader.criteria This package defines the criteria query compiler and loader  
 

Classes in org.hibernate.impl used by org.hibernate.criterion
CriteriaImpl
          Implementation of the Criteria interface
 

Classes in org.hibernate.impl used by org.hibernate.impl
AbstractQueryImpl
          Abstract implementation of the Query interface
CriteriaImpl
          Implementation of the Criteria interface
QueryImpl
          default implementation of the Query interface, for "ordinary" HQL queries (not collection filters)
SessionImpl
          Concrete implementation of a Session, and also the central, organizing component of Hibernate's internal implementation.
 

Classes in org.hibernate.impl used by org.hibernate.loader.criteria
CriteriaImpl
          Implementation of the Criteria interface