Uses of Interface
org.hibernate.metamodel.mapping.CompositeIdentifierMapping
-
Packages that use CompositeIdentifierMapping Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.query.derived -
-
Uses of CompositeIdentifierMapping in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement CompositeIdentifierMapping Modifier and Type Class Description classAbstractCompositeIdentifierMappingBase implementation for composite identifier mappings -
Uses of CompositeIdentifierMapping in org.hibernate.metamodel.mapping
Subinterfaces of CompositeIdentifierMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedIddoes. -
Uses of CompositeIdentifierMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement CompositeIdentifierMapping Modifier and Type Class Description classEmbeddedIdentifierMappingImplSupport forEmbeddedIdclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classNonAggregatedIdentifierMappingImplA "non-aggregated" composite identifier.Methods in org.hibernate.metamodel.mapping.internal that return CompositeIdentifierMapping Modifier and Type Method Description static CompositeIdentifierMappingMappingModelCreationHelper. buildNonEncapsulatedCompositeIdentifierMapping(EntityPersister entityPersister, String rootTableName, String[] rootTableKeyColumnNames, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess) -
Uses of CompositeIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement CompositeIdentifierMapping Modifier and Type Class Description classAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleNonAggregatedEntityIdentifierMappingConstructors in org.hibernate.query.derived with parameters of type CompositeIdentifierMapping Constructor Description AnonymousTupleEmbeddedEntityIdentifierMapping(Map<String,ModelPart> modelParts, DomainType<?> domainType, String componentName, CompositeIdentifierMapping delegate)
-