Uses of Interface
org.hibernate.metamodel.mapping.EntityIdentifierMapping
Packages that use EntityIdentifierMapping
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).
This package abstracts persistence mechanisms for entities.
SPIs related to
JdbcType
.-
Uses of EntityIdentifierMapping in org.hibernate.metamodel.mapping
Subinterfaces of EntityIdentifierMapping in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interface
Mapping for a simple, single-column identifierinterface
Mapping for a composite identifierinterface
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.Methods in org.hibernate.metamodel.mapping that return EntityIdentifierMappingModifier and TypeMethodDescriptionEntityMappingType.getIdentifierMapping()
Mapping details for the entity's identifier.default EntityIdentifierMapping
EntityMappingType.getIdentifierMappingForJoin()
Mapping details for the entity's identifier. -
Uses of EntityIdentifierMapping in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityIdentifierMapping in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
-
Uses of EntityIdentifierMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityIdentifierMappingModifier and TypeMethodDescriptionprotected EntityIdentifierMapping
AbstractEntityPersister.generateIdentifierMapping
(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) protected EntityIdentifierMapping
JoinedSubclassEntityPersister.generateIdentifierMapping
(Supplier<?> templateInstanceCreator, PersistentClass persistentClass, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) protected EntityIdentifierMapping
AbstractEntityPersister.generateNonEncapsulatedCompositeIdentifierMapping
(org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor) protected EntityIdentifierMapping
JoinedSubclassEntityPersister.generateNonEncapsulatedCompositeIdentifierMapping
(org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor) AbstractEntityPersister.getIdentifierMapping()
JoinedSubclassEntityPersister.getIdentifierMappingForJoin()
-
Uses of EntityIdentifierMapping in org.hibernate.type.descriptor.jdbc.spi
Methods in org.hibernate.type.descriptor.jdbc.spi with parameters of type EntityIdentifierMappingModifier and TypeMethodDescriptionprotected void
JsonGeneratingVisitor.serializeEntityIdentifier
(Object value, EntityIdentifierMapping identifierMapping, WrapperOptions options, JsonDocumentWriter writer)