站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

net.sf.hibernate.engine (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Package net.sf.hibernate.engine

Interface Summary
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.
 

Class Summary
CacheSynchronization  
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  
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