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

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


Uses of Class
org.hibernate.id.IdentifierGenerationException

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

Uses of IdentifierGenerationException in org.hibernate.id
 

Methods in org.hibernate.id that throw IdentifierGenerationException
static Serializable IdentifierGeneratorFactory.getGeneratedIdentity(ResultSet rs, Type type)
          Get the generated identifier when using identity columns
static Serializable IdentifierGeneratorFactory.get(ResultSet rs, Type type)
           
static Number IdentifierGeneratorFactory.createNumber(long value, Class clazz)