Interface AggregatedIdentifierMapping

All Superinterfaces:
AttributeMapping, AttributeMetadata, Bindable, DatabaseSnapshotContributor, EntityIdentifierMapping, Fetchable, JavaTypedExpressible, JdbcMappingContainer, MappingModelExpressible, ModelPart, MutabilityPlanExposer, OwnedValuedModelPart, PropertyBasedMapping, SelectableMappings, org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping, ValuedModelPart, ValueMapping

public interface AggregatedIdentifierMapping extends org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.
See Also: