Class EagerCollectionAssembler
- java.lang.Object
-
- org.hibernate.sql.results.graph.collection.internal.AbstractCollectionAssembler
-
- org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler
-
- All Implemented Interfaces:
DomainResultAssembler
public class EagerCollectionAssembler extends AbstractCollectionAssembler
-
-
Field Summary
-
Fields inherited from class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionAssembler
initializer
-
-
Constructor Summary
Constructors Constructor Description EagerCollectionAssembler(PluralAttributeMapping fetchedMapping, CollectionInitializer initializer)
-
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
-
-
-
-
Constructor Detail
-
EagerCollectionAssembler
public EagerCollectionAssembler(PluralAttributeMapping fetchedMapping, CollectionInitializer initializer)
-
-