Uses of Interface
org.hibernate.metamodel.mapping.CompositeIdentifierMapping
Packages that use CompositeIdentifierMapping
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of CompositeIdentifierMapping in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement CompositeIdentifierMappingModifier and TypeClassDescriptionclass
Base implementation for composite identifier mappings -
Uses of CompositeIdentifierMapping in org.hibernate.metamodel.mapping
Subinterfaces of CompositeIdentifierMapping in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
A "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 CompositeIdentifierMappingModifier and TypeClassDescriptionclass
Support forEmbeddedId
class
The inverse part of a "non-aggregated" composite identifier.class
A "non-aggregated" composite identifier.Methods in org.hibernate.metamodel.mapping.internal that return CompositeIdentifierMappingModifier and TypeMethodDescriptionstatic CompositeIdentifierMapping
MappingModelCreationHelper.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 CompositeIdentifierMappingModifier and TypeClassDescriptionclass
class
Constructors in org.hibernate.query.derived with parameters of type CompositeIdentifierMappingModifierConstructorDescriptionAnonymousTupleEmbeddedEntityIdentifierMapping
(SqmExpressible<?> sqmExpressible, SqlTypedMapping[] sqlTypedMappings, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?, ?>> attributes, DomainType<?> domainType, CompositeIdentifierMapping delegate)