Uses of Enum Class
org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
Packages that use EntityIdentifierMapping.Nature
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of EntityIdentifierMapping.Nature in org.hibernate.metamodel.mapping
Subclasses with type arguments of type EntityIdentifierMapping.Nature in org.hibernate.metamodel.mappingModifier and TypeClassDescriptionstatic enumThe style of identifier used.Methods in org.hibernate.metamodel.mapping that return EntityIdentifierMapping.NatureModifier and TypeMethodDescriptionEntityIdentifierMapping.getNature()Returns the enum constant of this class with the specified name.static EntityIdentifierMapping.Nature[]EntityIdentifierMapping.Nature.values()Returns an array containing the constants of this enum class, in the order they are declared.