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
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. -
Uses of EntityIdentifierMapping.Nature in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return EntityIdentifierMapping.Nature -
Uses of EntityIdentifierMapping.Nature in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return EntityIdentifierMapping.Nature