Uses of Class
org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
-
Packages that use EntityIdentifierMapping.Nature Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.query.derived -
-
Uses of EntityIdentifierMapping.Nature in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EntityIdentifierMapping.Nature Modifier and Type Method Description EntityIdentifierMapping.NatureEntityIdentifierMapping. getNature()static EntityIdentifierMapping.NatureEntityIdentifierMapping.Nature. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityIdentifierMapping.Nature[]EntityIdentifierMapping.Nature. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityIdentifierMapping.Nature in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return EntityIdentifierMapping.Nature Modifier and Type Method Description EntityIdentifierMapping.NatureAnonymousTupleBasicEntityIdentifierMapping. getNature()EntityIdentifierMapping.NatureAnonymousTupleEmbeddedEntityIdentifierMapping. getNature()EntityIdentifierMapping.NatureAnonymousTupleNonAggregatedEntityIdentifierMapping. getNature()
-