Uses of Interface
org.hibernate.metamodel.mapping.CompositeIdentifierMapping
-
Packages that use CompositeIdentifierMapping Package Description 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.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 an aggregated mapping does. -
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(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, CompositeIdentifierMapping delegate)
-