Uses of Package
org.hibernate.engine

Packages that use org.hibernate.engine
org.hibernate   
org.hibernate.action   
org.hibernate.cache   
org.hibernate.cache.entry   
org.hibernate.cfg   
org.hibernate.collection   
org.hibernate.context   
org.hibernate.criterion   
org.hibernate.dialect   
org.hibernate.dialect.function   
org.hibernate.dialect.lock   
org.hibernate.engine   
org.hibernate.engine.query   
org.hibernate.engine.transaction   
org.hibernate.event   
org.hibernate.event.def   
org.hibernate.hql   
org.hibernate.hql.ast   
org.hibernate.hql.ast.exec   
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
org.hibernate.hql.classic   
org.hibernate.id   
org.hibernate.id.insert   
org.hibernate.impl   
org.hibernate.intercept   
org.hibernate.intercept.cglib   
org.hibernate.intercept.javassist   
org.hibernate.jdbc   
org.hibernate.jmx   
org.hibernate.loader   
org.hibernate.loader.collection   
org.hibernate.loader.criteria   
org.hibernate.loader.custom   
org.hibernate.loader.entity   
org.hibernate.loader.hql   
org.hibernate.mapping   
org.hibernate.metadata   
org.hibernate.param   
org.hibernate.persister   
org.hibernate.persister.collection   
org.hibernate.persister.entity   
org.hibernate.pretty   
org.hibernate.property   
org.hibernate.proxy   
org.hibernate.proxy.dom4j   
org.hibernate.proxy.map   
org.hibernate.proxy.pojo   
org.hibernate.proxy.pojo.cglib   
org.hibernate.proxy.pojo.javassist   
org.hibernate.stat   
org.hibernate.transaction   
org.hibernate.tuple   
org.hibernate.type   
org.hibernate.usertype   
org.hibernate.util   
 

Classes in org.hibernate.engine used by org.hibernate
FilterDefinition
          A FilterDefinition defines the global attributes of a dynamic filter.
 

Classes in org.hibernate.engine used by org.hibernate.action
EntityKey
          Uniquely identifies of an entity instance in a particular session by identifier.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.cache
QueryParameters
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.cache.entry
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.cfg
FilterDefinition
          A FilterDefinition defines the global attributes of a dynamic filter.
Mapping
          Defines operations common to "compiled" mappings (ie.
NamedQueryDefinition
          Definition of a named query, defined in the mapping metadata.
NamedSQLQueryDefinition
          Definition of a named native SQL query, defined in the mapping metadata.
ResultSetMappingDefinition
          Keep a description of the resultset mapping
 

Classes in org.hibernate.engine used by org.hibernate.collection
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.context
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Classes in org.hibernate.engine used by org.hibernate.criterion
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
TypedValue
          An ordered pair of a value and its Hibernate type.
 

Classes in org.hibernate.engine used by org.hibernate.dialect
Mapping
          Defines operations common to "compiled" mappings (ie.
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.dialect.function
Mapping
          Defines operations common to "compiled" mappings (ie.
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Classes in org.hibernate.engine used by org.hibernate.dialect.lock
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.engine
ActionQueue
          Responsible for maintaining the queue of actions related to events.
BatchFetchQueue
          Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which can be re-used as a subquery for loading owned collections.
CascadeStyle
          A style of cascade that can be specified by the mapping for an association.
CascadingAction
          A session action that may be cascaded from parent entity to its children
CollectionEntry
          We need an entry to tell us all about the current state of a collection with respect to its persistent state
CollectionKey
          Uniquely identifies a collection instance in a particular session.
CollectionLoadContext
          Represents the state of collections currently being loaded.
EntityEntry
          We need an entry to tell us all about the current state of an object with respect to its persistent state
EntityKey
          Uniquely identifies of an entity instance in a particular session by identifier.
EntityUniqueKey
          Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.
IdentifierValue
          A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.
JoinSequence
           
JoinSequence.Selector
           
Mapping
          Defines operations common to "compiled" mappings (ie.
NamedQueryDefinition
          Definition of a named query, defined in the mapping metadata.
NamedSQLQueryDefinition
          Definition of a named native SQL query, defined in the mapping metadata.
ParameterBinder.NamedParameterSource
           
PersistenceContext
          Holds the state of the persistence context, including the first-level cache, entries, snapshots, proxies, etc.
QueryParameters
           
ResultSetMappingDefinition
          Keep a description of the resultset mapping
RowSelection
          Represents a selection of rows in a JDBC ResultSet
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
StatefulPersistenceContext
          A PersistenceContext represents the state of persistent "stuff" which Hibernate is tracking.
Status
          Represents the status of an entity with respect to this session.
SubselectFetch
           
VersionValue
          A strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance.
 

Classes in org.hibernate.engine used by org.hibernate.engine.query
QueryParameters
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.engine.transaction
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.event
ActionQueue
          Responsible for maintaining the queue of actions related to events.
EntityEntry
          We need an entry to tell us all about the current state of an object with respect to its persistent state
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.event.def
CascadingAction
          A session action that may be cascaded from parent entity to its children
EntityEntry
          We need an entry to tell us all about the current state of an object with respect to its persistent state
EntityKey
          Uniquely identifies of an entity instance in a particular session by identifier.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
Status
          Represents the status of an entity with respect to this session.
 

Classes in org.hibernate.engine used by org.hibernate.hql
JoinSequence
           
QueryParameters
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.hql.ast
ParameterBinder.NamedParameterSource
           
QueryParameters
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.hql.ast.exec
QueryParameters
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.hql.ast.tree
JoinSequence
           
 

Classes in org.hibernate.engine used by org.hibernate.hql.ast.util
JoinSequence
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Classes in org.hibernate.engine used by org.hibernate.hql.classic
JoinSequence
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Classes in org.hibernate.engine used by org.hibernate.id
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
TransactionHelper
          Allows work to be done outside the current transaction, by suspending it, and performing work in a new transaction
 

Classes in org.hibernate.engine used by org.hibernate.id.insert
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.impl
ActionQueue
          Responsible for maintaining the queue of actions related to events.
EntityEntry
          We need an entry to tell us all about the current state of an object with respect to its persistent state
EntityKey
          Uniquely identifies of an entity instance in a particular session by identifier.
FilterDefinition
          A FilterDefinition defines the global attributes of a dynamic filter.
HibernateIterator
          An iterator that may be "closed"
Mapping
          Defines operations common to "compiled" mappings (ie.
NamedQueryDefinition
          Definition of a named query, defined in the mapping metadata.
NamedSQLQueryDefinition
          Definition of a named native SQL query, defined in the mapping metadata.
PersistenceContext
          Holds the state of the persistence context, including the first-level cache, entries, snapshots, proxies, etc.
QueryParameters
           
ResultSetMappingDefinition
          Keep a description of the resultset mapping
RowSelection
          Represents a selection of rows in a JDBC ResultSet
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.intercept
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.intercept.cglib
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.intercept.javassist
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.jdbc
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Classes in org.hibernate.engine used by org.hibernate.jmx
FilterDefinition
          A FilterDefinition defines the global attributes of a dynamic filter.
 

Classes in org.hibernate.engine used by org.hibernate.loader
CascadeStyle
          A style of cascade that can be specified by the mapping for an association.
QueryParameters
           
RowSelection
          Represents a selection of rows in a JDBC ResultSet
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.loader.collection
QueryParameters
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.loader.criteria
CascadeStyle
          A style of cascade that can be specified by the mapping for an association.
QueryParameters
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
TypedValue
          An ordered pair of a value and its Hibernate type.
 

Classes in org.hibernate.engine used by org.hibernate.loader.custom
QueryParameters
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.loader.entity
CascadeStyle
          A style of cascade that can be specified by the mapping for an association.
CascadingAction
          A session action that may be cascaded from parent entity to its children
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.loader.hql
QueryParameters
           
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.mapping
CascadeStyle
          A style of cascade that can be specified by the mapping for an association.
Mapping
          Defines operations common to "compiled" mappings (ie.
 

Classes in org.hibernate.engine used by org.hibernate.metadata
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.param
QueryParameters
           
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.persister
Mapping
          Defines operations common to "compiled" mappings (ie.
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Classes in org.hibernate.engine used by org.hibernate.persister.collection
Mapping
          Defines operations common to "compiled" mappings (ie.
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
SubselectFetch
           
 

Classes in org.hibernate.engine used by org.hibernate.persister.entity
CascadeStyle
          A style of cascade that can be specified by the mapping for an association.
Mapping
          Defines operations common to "compiled" mappings (ie.
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.pretty
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Classes in org.hibernate.engine used by org.hibernate.property
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.proxy
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.proxy.dom4j
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.proxy.map
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.proxy.pojo
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.proxy.pojo.cglib
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.proxy.pojo.javassist
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.stat
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.transaction
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
 

Classes in org.hibernate.engine used by org.hibernate.tuple
CascadeStyle
          A style of cascade that can be specified by the mapping for an association.
IdentifierValue
          A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
VersionValue
          A strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance.
 

Classes in org.hibernate.engine used by org.hibernate.type
CascadeStyle
          A style of cascade that can be specified by the mapping for an association.
Mapping
          Defines operations common to "compiled" mappings (ie.
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.usertype
SessionImplementor
          Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or EntityPersister.
 

Classes in org.hibernate.engine used by org.hibernate.util
SessionFactoryImplementor
          Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.