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 java.lang.NumberIdentifierGeneratorHelper. createNumber(long value, java.lang.Class clazz)Deprecated.Use theholdersinstead.static java.io.SerializableIdentifierGeneratorHelper. get(java.sql.ResultSet rs, java.lang.String identifier, Type type, Dialect dialect)Extract the value from the result set (which is assumed to already have been positioned to the appropriate row) and wrp it in the appropriate Java numeric type.
-