Uses of Class
org.hibernate.id.IdentifierGenerationException

Packages that use IdentifierGenerationException
org.hibernate.id   
 

Uses of IdentifierGenerationException in org.hibernate.id
 

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