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

Uses of Package org.hibernate.id.insert (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Package
org.hibernate.id.insert

Packages that use org.hibernate.id.insert
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
org.hibernate.id.insert   
 

Classes in org.hibernate.id.insert used by org.hibernate.id
AbstractReturningDelegate
          Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the enerated identitifer to be returned as an effect of performing the insert statement.
AbstractSelectingDelegate
          Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert to determine the generated identifier.
IdentifierGeneratingInsert
          Nothing more than a distinguishing subclass of Insert used to indicate intent.
InsertGeneratedIdentifierDelegate
          Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing: building the sql insert statement determination of the generated identifier value
 

Classes in org.hibernate.id.insert used by org.hibernate.id.insert
Binder
           
IdentifierGeneratingInsert
          Nothing more than a distinguishing subclass of Insert used to indicate intent.
InsertGeneratedIdentifierDelegate
          Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing: building the sql insert statement determination of the generated identifier value