Interface EntityIdentifierMapping

All Superinterfaces:
Bindable, Fetchable, JavaTypedExpressible, JdbcMappingContainer, MappingModelExpressible, ModelPart, SelectableMappings, ValuedModelPart, ValueMapping
All Known Subinterfaces:
AggregatedIdentifierMapping, BasicEntityIdentifierMapping, CompositeIdentifierMapping, NonAggregatedIdentifierMapping, SingleAttributeIdentifierMapping
All Known Implementing Classes:
AbstractCompositeIdentifierMapping, AnonymousTupleBasicEntityIdentifierMapping, AnonymousTupleEmbeddedEntityIdentifierMapping, AnonymousTupleNonAggregatedEntityIdentifierMapping, BasicEntityIdentifierMappingImpl, EmbeddedIdentifierMappingImpl, InverseNonAggregatedIdentifierMapping, NonAggregatedIdentifierMappingImpl

public interface EntityIdentifierMapping extends ValuedModelPart, Fetchable
Describes the mapping of an entity's identifier.
See Also: