| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.action.spi |
Defines SPI hooks into the
ActionQueue. |
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.jaxb.hbm.spi | |
| org.hibernate.boot.model | |
| org.hibernate.boot.spi | |
| org.hibernate.bytecode.enhance.spi |
package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.bytecode.enhance.spi.interceptor |
interceptor implementations
|
| org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.cache.cfg.spi | |
| org.hibernate.cache.spi |
Defines the integration aspect of Hibernate's second-level
caching allowing "caching back ends" to be plugged in as
a caching provider.
|
| org.hibernate.cache.spi.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
| org.hibernate.cache.spi.entry |
This package defines formats for disassembled state kept in the second level cache.
|
| org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.cfg.beanvalidation | |
| org.hibernate.collection.spi |
SPI definitions for persistent collections
|
| org.hibernate.context.spi |
SPI level contracts around "current session" support.
|
| org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.dialect.function |
A framework for defining database-specific SQL functions
that are available via the dialect.
|
| org.hibernate.dialect.identity | |
| org.hibernate.dialect.lock |
Support for Dialect-specific locking strategies
|
| org.hibernate.dialect.pagination |
Support for Dialect-specific pagination strategies
|
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.engine.spi | |
| org.hibernate.envers.event.spi | |
| org.hibernate.event.spi | |
| org.hibernate.graph |
Hibernate's (extended) support for JPA's entity graphs
|
| org.hibernate.graph.spi | |
| org.hibernate.hql.spi | |
| org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
| org.hibernate.hql.spi.id.cte | |
| org.hibernate.hql.spi.id.global | |
| org.hibernate.hql.spi.id.inline | |
| org.hibernate.hql.spi.id.local | |
| org.hibernate.hql.spi.id.persistent |
Package contains an implementation of MultiTableBulkIdStrategy based on the use
of a persistent (ANSI SQL term) table to hold id values.
|
| org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
| org.hibernate.id.enhanced |
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
configuration
|
| org.hibernate.id.insert | |
| org.hibernate.id.uuid | |
| org.hibernate.integrator.spi | |
| org.hibernate.jdbc | |
| org.hibernate.jpa | |
| org.hibernate.jpa.spi | |
| org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
| org.hibernate.loader.collection |
This package defines collection initializers
|
| org.hibernate.loader.collection.plan | |
| org.hibernate.loader.criteria |
This package defines the criteria query compiler and loader
|
| org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
| org.hibernate.loader.custom.sql | |
| org.hibernate.loader.entity |
This package defines entity loaders
|
| org.hibernate.loader.entity.plan |
Support for entity loaders built on top of the
org.hibernate.loader.plan
API to apply entity-graphs |
| org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
| org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.loader.plan.exec.process.spi | |
| org.hibernate.loader.plan.exec.query.spi |
Defines the SPI for obtaining values for options that impact the load query.
|
| org.hibernate.loader.spi | |
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.metadata |
This package defines an API for accessing the Hibernate
runtime metamodel.
|
| org.hibernate.metamodel.model.convert.spi | |
| org.hibernate.metamodel.model.domain.spi | |
| org.hibernate.metamodel.spi | |
| org.hibernate.param | |
| org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
| org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
| org.hibernate.persister.spi | |
| org.hibernate.persister.walking.spi | |
| org.hibernate.pretty |
Classes for pretty printing things for exception
and log messages.
|
| org.hibernate.procedure | |
| org.hibernate.procedure.spi | |
| org.hibernate.property.access.spi |
Defines strategies for accessing the persistent properties of an entity or composite.
|
| org.hibernate.proxy |
This package defines a framework for lazy-initializing
entity proxies.
|
| org.hibernate.proxy.map | |
| org.hibernate.proxy.pojo | |
| org.hibernate.proxy.pojo.bytebuddy | |
| org.hibernate.proxy.pojo.javassist | |
| org.hibernate.query.spi | |
| org.hibernate.resource.jdbc.spi | |
| org.hibernate.result.spi | |
| org.hibernate.secure.spi | |
| org.hibernate.service.spi | |
| org.hibernate.spatial.criterion |
This extends the criterion API with spatial query expressions.
|
| org.hibernate.spatial.dialect.hana | |
| org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
| org.hibernate.sql.ordering.antlr | |
| org.hibernate.stat.spi | |
| org.hibernate.testing.bytecode.enhancement | |
| org.hibernate.testing.cache | |
| org.hibernate.testing.junit4 | |
| org.hibernate.testing.transaction | |
| org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
| org.hibernate.tuple.component | |
| org.hibernate.tuple.entity | |
| org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
| org.hibernate.type.spi | |
| org.hibernate.usertype |
Interfaces for user-defined custom types.
|
| Class and Description |
|---|
| FilterDefinition
A FilterDefinition defines the global attributes of a dynamic filter.
|
| RowSelection
Represents a selection criteria for rows in a JDBC
ResultSet |
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| ExecuteUpdateResultCheckStyle
For persistence operations (INSERT, UPDATE, DELETE) what style of determining
results (success/failure) is to be used.
|
| Class and Description |
|---|
| ExecuteUpdateResultCheckStyle
For persistence operations (INSERT, UPDATE, DELETE) what style of determining
results (success/failure) is to be used.
|
| Class and Description |
|---|
| 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.
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| PersistentAttributeInterceptor
The base contract for interceptors that can be injected into
enhanced entities for the purpose of intercepting attribute access
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| PersistentAttributeInterceptable |
| PersistentAttributeInterceptor
The base contract for interceptors that can be injected into
enhanced entities for the purpose of intercepting attribute access
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| CacheImplementor
Deprecated.
Moved to
CacheImplementor |
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| NamedQueryDefinition
Definition of a named query, defined in the mapping metadata.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| QueryParameters |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| RowSelection
Represents a selection criteria for rows in a JDBC
ResultSet |
| Class and Description |
|---|
| QueryParameters |
| RowSelection
Represents a selection criteria for rows in a JDBC
ResultSet |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| AbstractDelegatingSessionBuilder
Base class for
SessionBuilder implementations that wish to implement only parts of that contract themselves
while forwarding other method invocations to a delegate instance. |
| ActionQueue
Responsible for maintaining the queue of actions related to events.
|
| ActionQueue.TransactionCompletionProcesses
Wrapper class allowing to bind the same transaction completion process queues in different sessions.
|
| 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.
|
| CachedNaturalIdValueSource
The type of action from which the cache call is originating.
|
| CacheInitiator
Initiator for second level cache support
|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| CascadeStyles.BaseCascadeStyle |
| 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.
|
| CompositeOwner |
| EffectiveEntityGraph
Think of this as the composite modeling of a graph
and the semantic.
|
| EntityEntry
We need an entry to tell us all about the current state of an object with respect to its persistent state
Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class,
therefore we need to take care of its impact on memory consumption.
|
| EntityEntryExtraState
Navigation methods for extra state objects attached to
EntityEntry. |
| 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.
|
| ExceptionConverter |
| ExecutableList.Sorter
Provides a sorting interface for ExecutableList.
|
| ExecuteUpdateResultCheckStyle
For persistence operations (INSERT, UPDATE, DELETE) what style of determining
results (success/failure) is to be used.
|
| FilterDefinition
A FilterDefinition defines the global attributes of a dynamic filter.
|
| IdentifierValue
A strategy for determining if an identifier value is an identifier of
a new transient instance or a previously persistent transient instance.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| Managed
Contract for classes (specifically, entities and components/embeddables) that are "managed".
|
| ManagedEntity
Specialized
Managed contract for entity classes. |
| Mapping
Defines operations common to "compiled" mappings (ie.
|
| NamedQueryDefinition
Definition of a named query, defined in the mapping metadata.
|
| NamedQueryDefinitionBuilder |
| NamedSQLQueryDefinition
Definition of a named native SQL query, defined in the mapping metadata.
|
| NamedSQLQueryDefinitionBuilder |
| PersistenceContext
Represents the state of "stuff" Hibernate is tracking, including (not exhaustive):
entities
collections
snapshots
proxies
Often referred to as the "first level cache".
|
| PersistenceContext.NaturalIdHelper
Provides centralized access to natural-id-related functionality.
|
| PersistentAttributeInterceptable |
| PersistentAttributeInterceptor
The base contract for interceptors that can be injected into
enhanced entities for the purpose of intercepting attribute access
|
| QueryParameters |
| RowSelection
Represents a selection criteria for rows in a JDBC
ResultSet |
| SelfDirtinessTracker
Contract for an entity to report that it tracks the dirtiness of its own state,
as opposed to needing Hibernate to perform state-diff dirty calculations.
|
| SessionBuilderImplementor
Defines the internal contract between the SessionBuilder and other parts of
Hibernate..
|
| SessionEventListenerManager |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionFactoryImplementor.DeserializationResolver
Contract for resolving this SessionFactory on deserialization
|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| SessionOwner
Deprecated.
(since 5.2) since consolidating hibernate-entitymanager into hibernate-core
I believe this is no longer needed.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Status
Represents the status of an entity with respect to
this session.
|
| SubselectFetch |
| TypedValue
An ordered pair of a value and its Hibernate type.
|
| UnsavedValueStrategy
The base contract for determining transient status versus detached status.
|
| ValueInclusion
An enum of the different ways a value might be "included".
|
| VersionValue
A strategy for determining if a version value is a version of
a new transient instance or a previously persistent transient instance.
|
| Class and Description |
|---|
| CollectionEntry
We need an entry to tell us all about the current state
of a collection with respect to its persistent state
|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| Class and Description |
|---|
| 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
Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class,
therefore we need to take care of its impact on memory consumption.
|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| Mapping
Defines operations common to "compiled" mappings (ie.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| ExecuteUpdateResultCheckStyle
For persistence operations (INSERT, UPDATE, DELETE) what style of determining
results (success/failure) is to be used.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| QueryParameters |
| RowSelection
Represents a selection criteria for rows in a JDBC
ResultSet |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| TypedValue
An ordered pair of a value and its Hibernate type.
|
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| TypedValue
An ordered pair of a value and its Hibernate type.
|
| Class and Description |
|---|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| CascadingAction
A session action that may be cascaded from parent entity to its children
|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| QueryParameters |
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| ExecuteUpdateResultCheckStyle
For persistence operations (INSERT, UPDATE, DELETE) what style of determining
results (success/failure) is to be used.
|
| Mapping
Defines operations common to "compiled" mappings (ie.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| QueryParameters |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| ExecuteUpdateResultCheckStyle
For persistence operations (INSERT, UPDATE, DELETE) what style of determining
results (success/failure) is to be used.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| 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.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| SubselectFetch |
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| EntityEntry
We need an entry to tell us all about the current state of an object with respect to its persistent state
Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class,
therefore we need to take care of its impact on memory consumption.
|
| EntityEntryFactory
Contract to build
EntityEntry |
| ExecuteUpdateResultCheckStyle
For persistence operations (INSERT, UPDATE, DELETE) what style of determining
results (success/failure) is to be used.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| 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" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| ValueInclusion
An enum of the different ways a value might be "included".
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| NamedQueryDefinition
Definition of a named query, defined in the mapping metadata.
|
| NamedSQLQueryDefinition
Definition of a named native SQL query, defined in the mapping metadata.
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| TypedValue
An ordered pair of a value and its Hibernate type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| QueryParameters |
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| TypedValue
An ordered pair of a value and its Hibernate type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| EntityEntry
We need an entry to tell us all about the current state of an object with respect to its persistent state
Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class,
therefore we need to take care of its impact on memory consumption.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the "internal contract" for
Session and other parts of Hibernate such as
Type, EntityPersister
and CollectionPersister implementations. |
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| 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.
|
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| PersistentAttributeInterceptable |
| PersistentAttributeInterceptor
The base contract for interceptors that can be injected into
enhanced entities for the purpose of intercepting attribute access
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| VersionValue
A strategy for determining if a version value is a version of
a new transient instance or a previously persistent transient instance.
|
| Class and Description |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| 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.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SharedSessionContractImplementor
Defines the internal contract shared between
Session and
StatelessSession as used by other parts of Hibernate (such as
Type, EntityPersister and
CollectionPersister implementors
A Session, through this interface and SharedSessionContractImplementor, implements:
JdbcSessionOwner to drive the behavior of a "JDBC session". |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.