站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Package org.hibernate.impl (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
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.engine
CriteriaImpl
          Implementation of the Criteria interface
 

Classes in org.hibernate.impl used by org.hibernate.impl
AbstractQueryImpl
          Abstract implementation of the Query interface.
AbstractScrollableResults
          Implementation of the ScrollableResults interface
AbstractSessionImpl
          Functionality common to stateless and stateful sessions
CriteriaImpl
          Implementation of the Criteria interface
QueryImpl
          default implementation of the Query interface, for "ordinary" HQL queries (not collection filters)
SessionFactoryImpl
          Concrete implementation of the SessionFactory interface.
 

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