Interface ModelPartContainer

All Superinterfaces:
Bindable, JdbcMappingContainer, MappingModelExpressible, ModelPart
All Known Subinterfaces:
CompositeIdentifierMapping, DeprecatedEntityStuff, DiscriminatedAssociationModelPart, EmbeddableMappingType, EmbeddableValuedFetchable, EmbeddableValuedModelPart, EntityAssociationMapping, EntityCollectionPart, EntityMappingType, EntityPersister, EntityValuedFetchable, EntityValuedModelPart, FetchableContainer, InFlightEntityMappingType, Loadable, Loadable, Lockable, ManagedMappingType, NonAggregatedIdentifierMapping, NonAggregatedIdentifierMapping.IdentifierValueMapper, OuterJoinLoadable, PluralAttributeMapping, PostInsertIdentityPersister, Queryable, RootTableGroupProducer, SoftDeletableModelPart, SQLLoadable, TableGroupJoinProducer, TableGroupProducer, UniqueKeyLoadable
All Known Implementing Classes:
AbstractCompositeIdentifierMapping, AbstractEmbeddableMapping, AbstractEntityCollectionPart, AbstractEntityPersister, AnonymousTupleEmbeddableValuedModelPart, AnonymousTupleEmbeddedEntityIdentifierMapping, AnonymousTupleEntityValuedModelPart, AnonymousTupleNonAggregatedEntityIdentifierMapping, AnonymousTupleTableGroupProducer, CompoundNaturalIdMapping, CteTupleTableGroupProducer, DiscriminatedAssociationAttributeMapping, DiscriminatedCollectionPart, EmbeddableMappingTypeImpl, EmbeddedAttributeMapping, EmbeddedCollectionPart, EmbeddedIdentifierMappingImpl, IdClassEmbeddable, InverseNonAggregatedIdentifierMapping, JoinedSubclassEntityPersister, ManyToManyCollectionPart, NonAggregatedIdentifierMappingImpl, OneToManyCollectionPart, PluralAttributeMappingImpl, SingleTableEntityPersister, ToOneAttributeMapping, UnionSubclassEntityPersister, VirtualEmbeddedAttributeMapping, VirtualIdEmbeddable

public interface ModelPartContainer extends ModelPart
Access to a group of ModelPart by name or for iteration.
Author:
Steve Ebersole