Uses of Class
org.hibernate.id.EntityIdentifierNature
-
Packages that use EntityIdentifierNature Package Description org.hibernate.boot.model.source.spi org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
. -
-
Uses of EntityIdentifierNature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return EntityIdentifierNature Modifier and Type Method Description EntityIdentifierNature
IdentifierSource. getNature()
Obtain the nature of this identifier source. -
Uses of EntityIdentifierNature in org.hibernate.id
Methods in org.hibernate.id that return EntityIdentifierNature Modifier and Type Method Description static EntityIdentifierNature
EntityIdentifierNature. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityIdentifierNature[]
EntityIdentifierNature. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-