Package net.sf.hibernate.engine
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| Batcher |
Manages PreparedStatements for a session. |
| CollectionSnapshot |
A "snapshot" of collection state. |
| HibernateIterator |
An iterator that may be "closed" |
| 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 ClassPersister. |
| CacheSynchronization |
No description provided. |
| Cascades |
Implements cascaded save / delete / update / lock / evict / replicate |
| Cascades.CascadeStyle |
A style of cascade that can be specified by the mapping for an association. |
| Cascades.CascadingAction |
A session action that may be cascaded from parent entity to its children |
| Cascades.IdentifierValue |
A strategy for determining if an identifier value is an identifier of
a new transient instance or a previously persistent transient instance. |
| Cascades.VersionValue |
A strategy for determining if a version value is an version of
a new transient instance or a previously persistent transient instance. |
| Key |
A globally unique identifier of an instance. |
| QueryParameters |
No description provided. |
| RowSelection |
Represents a selection of rows in a JDBC ResultSet |
| TypedValue |
An ordered pair of a value and its Hibernate type. |
| Versioning |
Utility methods for managing versions and timestamps |