Package org.hibernate.loader.ast.spi
Interface EntityBatchLoader<T>
-
- All Superinterfaces:
BatchLoader,EntityLoader,Loader,MultiKeyLoader,SingleEntityLoader<T>,SingleIdEntityLoader<T>
- All Known Implementing Classes:
AbstractEntityBatchLoader,EntityBatchLoaderArrayParam,EntityBatchLoaderInPredicate
public interface EntityBatchLoader<T> extends BatchLoader, SingleIdEntityLoader<T>
BatchLoader specialization for entity fetching
-
-
Method Summary
-
Methods inherited from interface org.hibernate.loader.ast.spi.BatchLoader
getDomainBatchSize
-
Methods inherited from interface org.hibernate.loader.ast.spi.SingleEntityLoader
getLoadable
-
Methods inherited from interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
load, load, load, loadDatabaseSnapshot
-
-