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

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


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

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

Uses of AbstractSelectingDelegate in org.hibernate.id
 

Subclasses of AbstractSelectingDelegate in org.hibernate.id
static class IdentityGenerator.BasicDelegate
          Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value
static class SelectGenerator.SelectGeneratorDelegate
          The delegate for the select generation strategy.