Interface ModelPart

All Superinterfaces:
Bindable, JdbcMappingContainer, MappingModelExpressible
All Known Subinterfaces:
AggregatedIdentifierMapping, Association, AttributeMapping, BasicEntityIdentifierMapping, BasicValuedModelPart, CollectionIdentifierDescriptor, CollectionPart, CompositeIdentifierMapping, DatabaseSnapshotContributor, DiscriminatedAssociationModelPart, DiscriminatorMapping, EmbeddableDiscriminatorMapping, EmbeddableMappingType, EmbeddableValuedFetchable, EmbeddableValuedModelPart, EntityAssociationMapping, EntityCollectionPart, EntityDiscriminatorMapping, EntityIdentifierMapping, EntityMappingType, EntityPersister, EntityRowIdMapping, EntityValuedFetchable, EntityValuedModelPart, EntityVersionMapping, Fetchable, FetchableContainer, ForeignKeyDescriptor, InFlightEntityMappingType, Loadable, ManagedMappingType, ModelPartContainer, NaturalIdMapping, NonAggregatedIdentifierMapping, NonAggregatedIdentifierMapping.IdentifierValueMapper, OwnedValuedModelPart, PluralAttributeMapping, RootTableGroupProducer, SingleAttributeIdentifierMapping, SingularAttributeMapping, SoftDeletableModelPart, SoftDeleteMapping, TableGroupJoinProducer, TableGroupProducer, ValuedModelPart, VirtualModelPart
All Known Implementing Classes:
AbstractAttributeMapping, AbstractCompositeIdentifierMapping, AbstractDiscriminatorMapping, AbstractEmbeddableMapping, AbstractEntityCollectionPart, AbstractEntityPersister, AbstractNaturalIdMapping, AbstractSingularAttributeMapping, AbstractStateArrayContributorMapping, AnonymousTupleBasicEntityIdentifierMapping, AnonymousTupleBasicValuedModelPart, AnonymousTupleEmbeddableValuedModelPart, AnonymousTupleEmbeddedEntityIdentifierMapping, AnonymousTupleEntityValuedModelPart, AnonymousTupleNonAggregatedEntityIdentifierMapping, AnonymousTupleTableGroupProducer, AnyDiscriminatorPart, AnyKeyPart, BasicAttributeMapping, BasicEntityIdentifierMappingImpl, BasicValuedCollectionPart, CaseStatementDiscriminatorMappingImpl, CollectionIdentifierDescriptorImpl, CompoundNaturalIdMapping, CteTupleTableGroupProducer, DiscriminatedAssociationAttributeMapping, DiscriminatedCollectionPart, EmbeddableMappingTypeImpl, EmbeddedAttributeMapping, EmbeddedCollectionPart, EmbeddedForeignKeyDescriptor, EmbeddedIdentifierMappingImpl, EntityRowIdMappingImpl, EntityVersionMappingImpl, ExplicitColumnDiscriminatorMappingImpl, IdClassEmbeddable, InverseNonAggregatedIdentifierMapping, JoinedSubclassEntityPersister, ManyToManyCollectionPart, MockEntityPersister, NonAggregatedIdentifierMappingImpl, OneToManyCollectionPart, PluralAttributeMappingImpl, ProcessorSessionFactory.EntityPersister, SimpleForeignKeyDescriptor, SimpleNaturalIdMapping, SingleTableEntityPersister, SoftDeleteMappingImpl, ToOneAttributeMapping, UnionSubclassEntityPersister, VirtualEmbeddedAttributeMapping, VirtualIdEmbeddable

public interface ModelPart extends MappingModelExpressible
Base descriptor, within the mapping model, for any part of the application's domain model: an attribute, an entity identifier, collection elements, and so on.
See Also: