Uses of Interface
org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
Packages that use EntityIdentifierMapping Package Description org.hibernate.loader.ast.internal org.hibernate.metamodel.internal 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.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery. -
-
Uses of EntityIdentifierMapping in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return EntityIdentifierMapping Modifier and Type Method Description EntityIdentifierMappingAbstractMultiIdEntityLoader. getIdentifierMapping() -
Uses of EntityIdentifierMapping in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement EntityIdentifierMapping Modifier and Type Class Description classAbstractCompositeIdentifierMappingBase 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 interfaceAggregatedIdentifierMappingAn "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interfaceBasicEntityIdentifierMappingMapping for a simple, single-column identifierinterfaceCompositeIdentifierMappingMapping for a composite identifierinterfaceNonAggregatedIdentifierMappingA "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 EntityIdentifierMapping Modifier and Type Method Description EntityIdentifierMappingEntityMappingType. getIdentifierMapping()Mapping details for the entity's identifier.default EntityIdentifierMappingEntityMappingType. 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.internal Modifier and Type Interface Description interfaceSingleAttributeIdentifierMappingClasses in org.hibernate.metamodel.mapping.internal that implement EntityIdentifierMapping Modifier and Type Class Description classBasicEntityIdentifierMappingImplMapping of a simple identifierclassEmbeddedIdentifierMappingImplSupport forEmbeddedIdclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classNonAggregatedIdentifierMappingImplA "non-aggregated" composite identifier.Methods in org.hibernate.metamodel.mapping.internal that return EntityIdentifierMapping Modifier and Type Method Description static EntityIdentifierMappingMappingModelCreationHelper. buildEncapsulatedCompositeIdentifierMapping(EntityPersister entityPersister, Property bootProperty, String attributeName, String rootTableName, String[] rootTableKeyColumnNames, CompositeType cidType, MappingModelCreationProcess creationProcess) -
Uses of EntityIdentifierMapping in org.hibernate.persister.entity
-
Uses of EntityIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EntityIdentifierMapping Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleNonAggregatedEntityIdentifierMappingMethods in org.hibernate.query.derived that return EntityIdentifierMapping Modifier and Type Method Description EntityIdentifierMappingAnonymousTupleEntityValuedModelPart. getIdentifierMapping()Constructors in org.hibernate.query.derived with parameters of type EntityIdentifierMapping Constructor Description AnonymousTupleEntityValuedModelPart(EntityIdentifierMapping identifierMapping, DomainType<?> domainType, String componentName, EntityValuedModelPart delegate, int fetchableIndex) -
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 DomainResultResultsHelper. implicitIdentifierResult(EntityIdentifierMapping identifierMapping, EntityIdentifierNavigablePath idPath, DomainResultCreationState creationState)static booleanResultsHelper. isIdentifier(EntityIdentifierMapping identifierDescriptor, String... names)
-