Uses of Package
org.hibernate.engine

Packages that use org.hibernate.engine
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.engine.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.metamodel NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
org.hibernate.metamodel.binding   
org.hibernate.metamodel.source   
org.hibernate.metamodel.source.annotations.attribute   
org.hibernate.metamodel.source.annotations.entity   
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
org.hibernate.metamodel.source.internal   
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.tuple.entity   
 

Classes in org.hibernate.engine used by org.hibernate.cfg
ResultSetMappingDefinition
          Keep a description of the resultset mapping
 

Classes in org.hibernate.engine used by org.hibernate.engine
FetchStyle
          Enumeration of values describing HOW fetching should occur.
FetchTiming
          Enumeration of values describing WHEN fetching should occur.
OptimisticLockStyle
           
 

Classes in org.hibernate.engine used by org.hibernate.engine.spi
ResultSetMappingDefinition
          Keep a description of the resultset mapping
 

Classes in org.hibernate.engine used by org.hibernate.internal
HibernateIterator
          Hibernate-specific iterator that may be closed
ResultSetMappingDefinition
          Keep a description of the resultset mapping
 

Classes in org.hibernate.engine used by org.hibernate.metamodel
ResultSetMappingDefinition
          Keep a description of the resultset mapping
 

Classes in org.hibernate.engine used by org.hibernate.metamodel.binding
FetchStyle
          Enumeration of values describing HOW fetching should occur.
FetchTiming
          Enumeration of values describing WHEN fetching should occur.
OptimisticLockStyle
           
 

Classes in org.hibernate.engine used by org.hibernate.metamodel.source
ResultSetMappingDefinition
          Keep a description of the resultset mapping
 

Classes in org.hibernate.engine used by org.hibernate.metamodel.source.annotations.attribute
FetchStyle
          Enumeration of values describing HOW fetching should occur.
FetchTiming
          Enumeration of values describing WHEN fetching should occur.
 

Classes in org.hibernate.engine used by org.hibernate.metamodel.source.annotations.entity
OptimisticLockStyle
           
 

Classes in org.hibernate.engine used by org.hibernate.metamodel.source.binder
FetchStyle
          Enumeration of values describing HOW fetching should occur.
FetchTiming
          Enumeration of values describing WHEN fetching should occur.
OptimisticLockStyle
           
 

Classes in org.hibernate.engine used by org.hibernate.metamodel.source.hbm
FetchStyle
          Enumeration of values describing HOW fetching should occur.
FetchTiming
          Enumeration of values describing WHEN fetching should occur.
OptimisticLockStyle
           
 

Classes in org.hibernate.engine used by org.hibernate.metamodel.source.internal
ResultSetMappingDefinition
          Keep a description of the resultset mapping
 

Classes in org.hibernate.engine used by org.hibernate.persister.entity
OptimisticLockStyle
           
 

Classes in org.hibernate.engine used by org.hibernate.tuple.entity
OptimisticLockStyle
           
 



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