Class CollectionLoader.Builder
- java.lang.Object
-
- org.hibernate.loader.collection.plan.CollectionLoader.Builder
-
- Enclosing class:
- CollectionLoader
protected static class CollectionLoader.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionLoader
byKey()
CollectionLoader.Builder
withBatchSize(int batchSize)
CollectionLoader.Builder
withInfluencers(LoadQueryInfluencers influencers)
-
-
-
Method Detail
-
withBatchSize
public CollectionLoader.Builder withBatchSize(int batchSize)
-
withInfluencers
public CollectionLoader.Builder withInfluencers(LoadQueryInfluencers influencers)
-
byKey
public CollectionLoader byKey()
-
-