JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package org.hibernate.engine.creation
package
org.hibernate.engine.creation
Support for the creation of
stateful
and
stateless
sessions.
Related Packages
Package
Description
org.hibernate.engine
This package contains classes which are "shared" by other subsystems, and implementations of some key algorithms.
org.hibernate.engine.creation.spi
org.hibernate.engine.jdbc
Support for various aspects of JDBC interaction.
org.hibernate.engine.jndi
Support for JNDI within Hibernate
org.hibernate.engine.profile
Models the fetch profiles defined by the application.
org.hibernate.engine.query
Support for dealing with parameters of native queries.
org.hibernate.engine.spi
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
Interfaces
Class
Description
CommonBuilder
Common options for builders of
stateful
and
stateless
sessions.
CommonSharedBuilder
Common options for builders of
stateful
and
stateless
sessions which share state from an underlying session.