Class SelectEagerCollectionAssembler
- java.lang.Object
-
- org.hibernate.sql.results.graph.collection.internal.AbstractCollectionAssembler
-
- org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionAssembler
-
- All Implemented Interfaces:
DomainResultAssembler
public class SelectEagerCollectionAssembler extends AbstractCollectionAssembler
-
-
Field Summary
-
Fields inherited from class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionAssembler
initializer
-
-
Constructor Summary
Constructors Constructor Description SelectEagerCollectionAssembler(NavigablePath fetchPath, PluralAttributeMapping fetchedMapping, FetchParentAccess parentAccess, DomainResultAssembler<?> collectionKeyResultAssembler, AssemblerCreationState creationState)
-
Method Summary
-
Methods inherited from class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionAssembler
assemble, getAssembledJavaType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.results.graph.DomainResultAssembler
assemble, resolveState
-
-
-
-
Constructor Detail
-
SelectEagerCollectionAssembler
public SelectEagerCollectionAssembler(NavigablePath fetchPath, PluralAttributeMapping fetchedMapping, FetchParentAccess parentAccess, DomainResultAssembler<?> collectionKeyResultAssembler, AssemblerCreationState creationState)
-
-