Interface EntityCollectionPart

All Superinterfaces:
Bindable, CollectionPart, EntityValuedFetchable, EntityValuedModelPart, Fetchable, FetchableContainer, JavaTypedExpressible, JdbcMappingContainer, MappingModelExpressible, ModelPart, ModelPartContainer, SelectableMappings, ValuedModelPart, ValueMapping
All Known Implementing Classes:
AbstractEntityCollectionPart, ManyToManyCollectionPart, OneToManyCollectionPart

public interface EntityCollectionPart extends CollectionPart, EntityValuedFetchable
An entity-valued collection-part.
API Note:
This mapping does not include "ANY" mappings
Implementation Specification:
Allows for 2-phase initialization via finishInitialization(org.hibernate.persister.collection.CollectionPersister, org.hibernate.mapping.Collection, java.lang.String, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess)