Uses of Interface
org.hibernate.metamodel.mapping.internal.EntityCollectionPart
Packages that use EntityCollectionPart
Package
Description
Defines support for implicit ResultSet mappings.
-
Uses of EntityCollectionPart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EntityCollectionPartModifier and TypeClassDescriptionclass
Base support for EntityCollectionPart implementationsclass
Entity-valued collection-part mapped through a join table.class
order( id, ... -
Uses of EntityCollectionPart in org.hibernate.query.results.internal.implicit
Constructors in org.hibernate.query.results.internal.implicit with parameters of type EntityCollectionPartModifierConstructorDescriptionImplicitFetchBuilderEntityPart
(NavigablePath fetchPath, EntityCollectionPart fetchable) -
Uses of EntityCollectionPart in org.hibernate.sql.results.graph.entity.internal
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityCollectionPartModifierConstructorDescriptionEntityFetchJoinedImpl
(FetchParent fetchParent, EntityCollectionPart collectionPart, TableGroup tableGroup, NavigablePath navigablePath, DomainResultCreationState creationState)