Uses of Enum Class
org.hibernate.id.EntityIdentifierNature
Packages that use EntityIdentifierNature
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.-
Uses of EntityIdentifierNature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return EntityIdentifierNatureModifier and TypeMethodDescriptionIdentifierSource.getNature()
Obtain the nature of this identifier source. -
Uses of EntityIdentifierNature in org.hibernate.id
Methods in org.hibernate.id that return EntityIdentifierNatureModifier and TypeMethodDescriptionstatic EntityIdentifierNature
Returns the enum constant of this class with the specified name.static EntityIdentifierNature[]
EntityIdentifierNature.values()
Returns an array containing the constants of this enum class, in the order they are declared.