| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.action.internal |
Internals for action processing.
|
| 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.internal | |
| org.hibernate.boot.jaxb.hbm.internal |
JAXB details.
|
| org.hibernate.boot.jaxb.hbm.spi | |
| org.hibernate.boot.model | |
| org.hibernate.boot.spi | |
| org.hibernate.bytecode.enhance.internal.tracker |
specialized classes to keep track of changes
|
| org.hibernate.bytecode.enhance.spi |
package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.bytecode.enhance.spi.interceptor |
interceptor implementations
|
| org.hibernate.bytecode.internal.javassist |
Javassist support internals
|
| org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
| org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
| 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.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.cfg.beanvalidation | |
| org.hibernate.collection.internal |
Internal implementations and support for persistent collections
|
| org.hibernate.collection.spi |
SPI definitions for persistent collections
|
| org.hibernate.context.internal |
Internal implementations and support around "current session" handling.
|
| 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.internal |
Support for many of the internal workings of Hibernate.
|
| org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
| org.hibernate.engine.loading.internal |
Internal classes used to track loading of data, potentially across multiple ResultSets
|
| org.hibernate.engine.query.internal | |
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.engine.spi | |
| org.hibernate.envers.boot.internal | |
| org.hibernate.envers.event.spi | |
| org.hibernate.envers.internal.entities | |
| org.hibernate.envers.internal.entities.mapper | |
| org.hibernate.envers.internal.entities.mapper.relation | |
| org.hibernate.envers.internal.entities.mapper.relation.component | |
| org.hibernate.envers.internal.entities.mapper.relation.lazy | |
| org.hibernate.envers.internal.reader | |
| org.hibernate.envers.internal.synchronization | |
| org.hibernate.envers.internal.synchronization.work | |
| org.hibernate.envers.internal.tools | |
| org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
| org.hibernate.event.service.internal | |
| org.hibernate.event.spi | |
| org.hibernate.hql.internal | |
| org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
| org.hibernate.hql.internal.ast.exec | |
| org.hibernate.hql.internal.ast.tree | |
| org.hibernate.hql.internal.ast.util | |
| org.hibernate.hql.internal.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
| 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.global | |
| 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.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.internal.util |
Internal utility classes.
|
| org.hibernate.jdbc | |
| org.hibernate.jpa |
Defines Hibernate implementation of Java Persistence specification.
|
| org.hibernate.jpa.event.internal.core | |
| org.hibernate.jpa.event.spi | |
| org.hibernate.jpa.internal | |
| org.hibernate.jpa.internal.metamodel | |
| 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 | |
| org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
| org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
| org.hibernate.loader.plan.build.internal.spaces |
Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.
|
| org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
| org.hibernate.loader.plan.exec.process.internal | |
| org.hibernate.loader.plan.exec.process.spi | |
| org.hibernate.loader.plan.exec.query.internal |
Provides the internal implementation for generating the load query for the LoadPlan.
|
| 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.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.internal | |
| org.hibernate.persister.walking.spi | |
| org.hibernate.pretty |
Classes for pretty printing things for exception
and log messages.
|
| org.hibernate.procedure | |
| org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
| org.hibernate.procedure.spi | |
| org.hibernate.property.access.internal | |
| 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.javassist | |
| org.hibernate.resource.jdbc.spi | |
| org.hibernate.result.spi | |
| org.hibernate.search.batchindexing.impl | |
| org.hibernate.search.batchindexing.spi | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.hcore.impl | |
| org.hibernate.search.hcore.util.impl | |
| org.hibernate.search.query.hibernate.impl | |
| org.hibernate.secure.internal | |
| org.hibernate.secure.spi | |
| org.hibernate.service.internal | |
| org.hibernate.service.spi | |
| org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
| org.hibernate.sql.ordering.antlr | |
| org.hibernate.stat.internal | |
| org.hibernate.stat.spi | |
| 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.usertype |
Interfaces for user-defined custom types.
|
| Class and Description |
|---|
| FilterDefinition
A FilterDefinition defines the global attributes of a dynamic filter.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 |
|---|
| 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 |
|---|
| 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.
|
| Class and Description |
|---|
| CompositeOwner |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| PersistentAttributeInterceptor |
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| 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
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| TypedValue
An ordered pair of a value and its Hibernate type.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| RowSelection
Represents a selection criteria for rows in a JDBC
ResultSet |
| Class and Description |
|---|
| 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.
|
| 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.
|
| 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. |
| EntityEntryFactory
Contract to build
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.
|
| IdentifierValue
A strategy for determining if an identifier value is an identifier of
a new transient instance or a previously persistent transient instance.
|
| Mapping
Defines operations common to "compiled" mappings (ie.
|
| 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.
|
| QueryParameters |
| SessionEventListenerManager |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Status
Represents the status of an entity with respect to
this session.
|
| VersionValue
A strategy for determining if a version value is an version of
a new transient instance or a previously persistent transient instance.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| PersistenceContext
Represents the state of "stuff" Hibernate is tracking, including (not exhaustive):
entities
collections
snapshots
proxies
Often referred to as the "first level cache".
|
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| CacheImplementor
Define internal contact of Cache API
|
| 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 |
| 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.
|
| 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.
|
| PersistentAttributeInterceptor |
| QueryParameters |
| RowSelection
Represents a selection criteria for rows in a JDBC
ResultSet |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| SessionOwner
The contract for a Session owner.
|
| 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 an version of
a new transient instance or a previously persistent transient instance.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionDelegatorBaseImpl
This class is meant to be extended.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| 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
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.
|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| QueryParameters |
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 |
|---|
| 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
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| 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
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| Mapping
Defines operations common to "compiled" mappings (ie.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| ActionQueue
Responsible for maintaining the queue of actions related to events.
|
| CacheImplementor
Define internal contact of Cache API
|
| CollectionKey
Uniquely identifies a collection instance in a particular session.
|
| 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.
|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| FilterDefinition
A FilterDefinition defines the global attributes of a dynamic filter.
|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| 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
Represents the state of "stuff" Hibernate is tracking, including (not exhaustive):
entities
collections
snapshots
proxies
Often referred to as the "first level cache".
|
| QueryParameters |
| RowSelection
Represents a selection criteria for rows in a JDBC
ResultSet |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| TypedValue
An ordered pair of a value and its Hibernate type.
|
| Class and Description |
|---|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| 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 |
|---|
| 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 |
|---|
| 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
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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionOwner
The contract for a Session owner.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| 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.
|
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| CascadingAction
A session action that may be cascaded from parent entity to its children
|
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| 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
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| CascadingAction
A session action that may be cascaded from parent entity to its children
|
| 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.
|
| 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 |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| QueryParameters |
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| EntityKey
Uniquely identifies of an entity instance in a particular Session by identifier.
|
| QueryParameters |
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| Class and Description |
|---|
| LoadQueryInfluencers
Centralize all options which can influence the SQL query needed to load an
entity.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| QueryParameters |
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 |
|---|
| 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.
|
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| 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
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 |
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 |
|---|
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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.
|
| 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.
|
| 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| VersionValue
A strategy for determining if a version value is an 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.
|
| SessionImplementor
Defines the internal contract between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
| 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 between
Session / StatelessSession and
other parts of Hibernate such as Type, EntityPersister and
CollectionPersister implementors |
Copyright © 2017 JBoss by Red Hat. All rights reserved.