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

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


Uses of Class
org.hibernate.id.insert.AbstractReturningDelegate

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

Uses of AbstractReturningDelegate in org.hibernate.id
 

Subclasses of AbstractReturningDelegate in org.hibernate.id
static class IdentityGenerator.GetGeneratedKeysDelegate
          Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
static class IdentityGenerator.InsertSelectDelegate
          Delegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.
static class SequenceIdentityGenerator.Delegate