Class OneToManyCollectionPart

java.lang.Object
org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
All Implemented Interfaces:
Bindable, CollectionPart, EntityValuedModelPart, EntityCollectionPart, JdbcMappingContainer, MappingModelExpressible, ModelPart, ModelPartContainer, SelectableMappings, ValuedModelPart, ValueMapping, TableGroupJoinProducer, TableGroupProducer, EntityValuedFetchable, Fetchable, FetchableContainer, FetchOptions, FetchStyleAccess, FetchTimingAccess, JavaTypedExpressible

public class OneToManyCollectionPart extends AbstractEntityCollectionPart implements TableGroupJoinProducer
order( id, ... ) item( id, order_fk, ... ) `Order#items` table : item key : order_fk element : id