Uses of Class
org.hibernate.id.IdentifierGenerationException
-
Packages that use IdentifierGenerationException Package Description org.hibernate.id -
-
Uses of IdentifierGenerationException in org.hibernate.id
Methods in org.hibernate.id that throw IdentifierGenerationException Modifier and Type Method Description static Number
IdentifierGeneratorHelper. createNumber(long value, Class clazz)
Deprecated.Use theholders
instead.static Serializable
IdentifierGeneratorHelper. get(ResultSet rs, String identifier, Type type, Dialect dialect)
Extract the value from the result set (which is assumed to already have been positioned to the apopriate row) and wrp it in the appropriate Java numeric type.
-