Uses of Interface
org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
Packages that use EntityIdentifierMapping Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity org.hibernate.query.derived org.hibernate.query.results Support for defining result-set mappings used inNativeQuery
andProcedureCall
/StoredProcedureQuery
. -
-
Uses of EntityIdentifierMapping in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement EntityIdentifierMapping Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base implementation for composite identifier mappings -
Uses of EntityIdentifierMapping in org.hibernate.metamodel.mapping
Subinterfaces of EntityIdentifierMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
BasicEntityIdentifierMapping
Mapping for a simple identifierinterface
CompositeIdentifierMapping
Mapping for a composite identifierinterface
NonAggregatedIdentifierMapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedId
does.Methods in org.hibernate.metamodel.mapping that return EntityIdentifierMapping Modifier and Type Method Description EntityIdentifierMapping
EntityMappingType. getIdentifierMapping()
-
Uses of EntityIdentifierMapping in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityIdentifierMapping in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
SingleAttributeIdentifierMapping
Classes in org.hibernate.metamodel.mapping.internal that implement EntityIdentifierMapping Modifier and Type Class Description class
BasicEntityIdentifierMappingImpl
class
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.Methods in org.hibernate.metamodel.mapping.internal that return EntityIdentifierMapping Modifier and Type Method Description static EntityIdentifierMapping
MappingModelCreationHelper. buildEncapsulatedCompositeIdentifierMapping(EntityPersister entityPersister, Property bootProperty, String attributeName, String rootTableName, String[] rootTableKeyColumnNames, CompositeType cidType, MappingModelCreationProcess creationProcess)
-
Uses of EntityIdentifierMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityIdentifierMapping Modifier and Type Method Description protected EntityIdentifierMapping
AbstractEntityPersister. generateIdentifierMapping(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess)
protected EntityIdentifierMapping
JoinedSubclassEntityPersister. generateIdentifierMapping(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess)
protected EntityIdentifierMapping
AbstractEntityPersister. generateNonEncapsulatedCompositeIdentifierMapping(MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor)
protected EntityIdentifierMapping
JoinedSubclassEntityPersister. generateNonEncapsulatedCompositeIdentifierMapping(MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor)
EntityIdentifierMapping
AbstractEntityPersister. getIdentifierMapping()
-
Uses of EntityIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EntityIdentifierMapping Modifier and Type Class Description class
AnonymousTupleBasicEntityIdentifierMapping
class
AnonymousTupleEmbeddedEntityIdentifierMapping
class
AnonymousTupleNonAggregatedEntityIdentifierMapping
Methods in org.hibernate.query.derived that return EntityIdentifierMapping Modifier and Type Method Description EntityIdentifierMapping
AnonymousTupleEntityValuedModelPart. getIdentifierMapping()
Constructors in org.hibernate.query.derived with parameters of type EntityIdentifierMapping Constructor Description AnonymousTupleEntityValuedModelPart(EntityIdentifierMapping identifierMapping, DomainType<?> domainType, String componentName, EntityValuedModelPart delegate)
-
Uses of EntityIdentifierMapping in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type EntityIdentifierMapping Modifier and Type Method Description static DomainResult
ResultsHelper. implicitIdentifierResult(EntityIdentifierMapping identifierMapping, EntityIdentifierNavigablePath idPath, DomainResultCreationState creationState)
static boolean
ResultsHelper. isIdentifier(EntityIdentifierMapping identifierDescriptor, String... names)
-