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 CollectionLoaderbyKey()CollectionLoader.BuilderwithBatchSize(int batchSize)CollectionLoader.BuilderwithInfluencers(LoadQueryInfluencers influencers)
-
-
-
Method Detail
-
withBatchSize
public CollectionLoader.Builder withBatchSize(int batchSize)
-
withInfluencers
public CollectionLoader.Builder withInfluencers(LoadQueryInfluencers influencers)
-
byKey
public CollectionLoader byKey()
-
-