|
Class Summary |
| ActionQueue |
Responsible for maintaining the queue of actions related to events. |
| AssociationKey |
Identifies a named association belonging to a particular
entity instance. |
| 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. |
| CacheInitiator |
|
| CascadeStyle |
A contract for defining the aspects of cascading various persistence actions. |
| CascadeStyle.MultipleCascadeStyle |
|
| 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. |
| 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. |
| NamedQueryDefinition |
Definition of a named query, defined in the mapping metadata. |
| NamedSQLQueryDefinition |
Definition of a named native SQL query, defined in the mapping metadata. |
| QueryParameters |
|
| RowSelection |
Represents a selection criteria for rows in a JDBC ResultSet |
| SessionDelegatorBaseImpl |
This class is meant to be extended. |
| SubselectFetch |
|
| TypedValue |
An ordered pair of a value and its Hibernate type. |
| VersionValue |
A strategy for determining if a version value is an version of
a new transient instance or a previously persistent transient instance. |