Uses of Interface
org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
Packages that use EntityIdentifierMapping Package Description 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 inNativeQueryandProcedureCall/StoredProcedureQuery. -
-
Uses of EntityIdentifierMapping in org.hibernate.metamodel.mapping
Subinterfaces of EntityIdentifierMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceBasicEntityIdentifierMappingMapping for a simple 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 anEmbeddedIddoes.Methods in org.hibernate.metamodel.mapping that return EntityIdentifierMapping Modifier and Type Method Description EntityIdentifierMappingEntityMappingType. getIdentifierMapping() -
Uses of EntityIdentifierMapping in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityIdentifierMapping in org.hibernate.metamodel.mapping.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interfaceorg.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping -
Uses of EntityIdentifierMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityIdentifierMapping Modifier and Type Method Description protected EntityIdentifierMappingAbstractEntityPersister. generateIdentifierMapping(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)protected EntityIdentifierMappingJoinedSubclassEntityPersister. generateIdentifierMapping(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)protected EntityIdentifierMappingAbstractEntityPersister. generateNonEncapsulatedCompositeIdentifierMapping(org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor)protected EntityIdentifierMappingJoinedSubclassEntityPersister. generateNonEncapsulatedCompositeIdentifierMapping(org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor)EntityIdentifierMappingAbstractEntityPersister. getIdentifierMapping() -
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) -
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)
-