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

Uses of Class net.sf.hibernate.id.IdentifierGenerationException (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.id.IdentifierGenerationException

Packages that use IdentifierGenerationException
net.sf.hibernate.id   
net.sf.hibernate.persister   
 

Uses of IdentifierGenerationException in net.sf.hibernate.id
 

Methods in net.sf.hibernate.id that throw IdentifierGenerationException
static Serializable IdentifierGeneratorFactory.get(ResultSet rs, Type type, SessionImplementor session, Object owner)
           
 

Uses of IdentifierGenerationException in net.sf.hibernate.persister
 

Methods in net.sf.hibernate.persister that throw IdentifierGenerationException
protected  Serializable AbstractEntityPersister.getGeneratedIdentity(Object object, SessionImplementor session, ResultSet rs)
          Get the generated identifier when using identity columns