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 Object
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 appropriate row) and wrp it in the appropriate Java numeric type.
-