| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.action |
This package defines "actions" that are scheduled for
asycnchronous execution by the event listeners.
|
| org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
| org.hibernate.cache.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 |
This package defines a framework for collection wrappers.
|
| org.hibernate.context | |
| 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.lock | |
| org.hibernate.ejb | |
| org.hibernate.ejb.event | |
| org.hibernate.ejb.metamodel | |
| org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
| org.hibernate.engine.loading | |
| org.hibernate.engine.query | |
| org.hibernate.engine.transaction | |
| org.hibernate.envers.entities.mapper | |
| org.hibernate.envers.entities.mapper.relation | |
| org.hibernate.envers.entities.mapper.relation.lazy | |
| org.hibernate.envers.reader | |
| org.hibernate.envers.synchronization | |
| org.hibernate.envers.synchronization.work | |
| org.hibernate.envers.tools | |
| org.hibernate.event |
This package defines an event framework for Hibernate.
|
| org.hibernate.event.def |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
| org.hibernate.hql |
This package defines the interface between Hibernate and
the HQL query parser implementation (to allow switching
between the 2.x and 3.0 HQL parsers).
|
| org.hibernate.hql.ast |
An ANTLR-based parser for Hibernate Query Language.
|
| org.hibernate.hql.ast.exec | |
| org.hibernate.hql.ast.tree | |
| org.hibernate.hql.ast.util | |
| org.hibernate.hql.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
| org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
| org.hibernate.id.enhanced | |
| org.hibernate.id.insert | |
| org.hibernate.id.uuid | |
| org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
| org.hibernate.intercept |
This package implements an interception
mechanism for lazy property fetching,
based on CGLIB bytecode instrumentation.
|
| org.hibernate.intercept.cglib | |
| org.hibernate.intercept.javassist | |
| org.hibernate.jdbc |
This package abstracts the mechanism for dispatching SQL statements
to the database, and implements interaction with JDBC.
|
| org.hibernate.jmx |
This package exposes a Hibernate instance via JMX.
|
| 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.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.hql |
This package defines a loader for the AST-based query parser
|
| 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 |
A persister defines a mapping strategy for a collection
or entity.
|
| 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.pretty |
Classes for pretty printing things for exception
and log messages.
|
| org.hibernate.property |
This package abstracts the notion of a "property" of
an entity.
|
| org.hibernate.proxy |
This package defines a framework for lazy-initializing
entity proxies.
|
| org.hibernate.proxy.dom4j | |
| org.hibernate.proxy.map | |
| org.hibernate.proxy.pojo | |
| org.hibernate.proxy.pojo.cglib | |
| org.hibernate.proxy.pojo.javassist | |
| org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
| org.hibernate.sql.ordering.antlr | |
| org.hibernate.stat |
This package exposes statistics about a running
Hibernate instance to the application.
|
| org.hibernate.testing.junit.functional | |
| org.hibernate.transaction |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers.
|
| 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.
|
| org.hibernate.util |
Utility classes.
|
| Class and Description |
|---|
| FilterDefinition
A FilterDefinition defines the global attributes of a dynamic filter.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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
|
| EntityKey
Uniquely identifies of an entity instance in a particular session by identifier.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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.
|
| ResultSetMappingDefinition
Keep a description of the resultset mapping
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| FilterDefinition
A FilterDefinition defines the global attributes of a dynamic filter.
|
| 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
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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.
|
| BatchFetchQueue
Tracks entity and collection keys that are available for batch
fetching, and the queries which were used to load entities, which
can be re-used as a subquery for loading owned collections.
|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| 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
|
| 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.
|
| ExecuteUpdateResultCheckStyle
For persistence operations (INSERT, UPDATE, DELETE) what style of determining
results (success/failure) is to be used.
|
| IdentifierValue
A strategy for determining if an identifier value is an identifier of
a new transient instance or a previously persistent transient instance.
|
| JoinSequence |
| JoinSequence.Join |
| JoinSequence.Selector |
| 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.
|
| NonFlushedChanges |
| ParameterBinder.NamedParameterSource |
| PersistenceContext
Holds the state of the persistence context, including the
first-level cache, entries, snapshots, proxies, etc.
|
| QueryParameters |
| ResultSetMappingDefinition
Keep a description of the resultset mapping
|
| RowSelection
Represents a selection of rows in a JDBC ResultSet
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| StatefulPersistenceContext
A PersistenceContext represents the state of persistent "stuff" which
Hibernate is tracking.
|
| Status
Represents the status of an entity with respect to
this session.
|
| SubselectFetch |
| 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 |
|---|
| PersistenceContext
Holds the state of the persistence context, including the
first-level cache, entries, snapshots, proxies, etc.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| 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.
|
| NonFlushedChanges |
| PersistenceContext
Holds the state of the persistence context, including the
first-level cache, entries, snapshots, proxies, etc.
|
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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
|
| EntityKey
Uniquely identifies of an entity instance in a particular session by identifier.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Status
Represents the status of an entity with respect to
this session.
|
| Class and Description |
|---|
| JoinSequence |
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| ParameterBinder.NamedParameterSource |
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| JoinSequence |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| JoinSequence |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| JoinSequence |
| QueryParameters |
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| TransactionHelper
Allows work to be done outside the current transaction, by suspending it,
and performing work in a new transaction
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| TransactionHelper
Allows work to be done outside the current transaction, by suspending it,
and performing work in a new transaction
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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
|
| EntityKey
Uniquely identifies of an entity instance in a particular session by identifier.
|
| FilterDefinition
A FilterDefinition defines the global attributes of a dynamic filter.
|
| HibernateIterator
An iterator that may be "closed"
|
| 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.
|
| NonFlushedChanges |
| PersistenceContext
Holds the state of the persistence context, including the
first-level cache, entries, snapshots, proxies, etc.
|
| QueryParameters |
| ResultSetMappingDefinition
Keep a description of the resultset mapping
|
| RowSelection
Represents a selection of rows in a JDBC ResultSet
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| ExecuteUpdateResultCheckStyle
For persistence operations (INSERT, UPDATE, DELETE) what style of determining
results (success/failure) is to be used.
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Class and Description |
|---|
| FilterDefinition
A FilterDefinition defines the global attributes of a dynamic filter.
|
| 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 of rows in a JDBC ResultSet
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| TypedValue
An ordered pair of a value and its Hibernate type.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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.
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| QueryParameters |
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 |
|---|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| SubselectFetch |
| 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.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 |
|---|
| 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.
|
| 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 |
|---|
| CascadeStyle
A contract for defining the aspects of cascading various persistence actions.
|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| SessionImplementor
Defines the internal contract between the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| ValueInclusion
An enum of the different ways a value might be "included".
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| 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 the Session and other parts of
Hibernate such as implementors of Type or EntityPersister.
|
| Class and Description |
|---|
| SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved