Package org.hibernate.loader.ast.spi
Interface MultiKeyLoader
-
- All Superinterfaces:
Loader
- All Known Subinterfaces:
BatchLoader,CollectionBatchLoader,EntityBatchLoader<T>,EntityMultiLoader<T>,MultiIdEntityLoader<T>,MultiNaturalIdLoader<E>,NaturalIdLoader<T>,SqlArrayMultiKeyLoader,SqlInPredicateMultiKeyLoader
- All Known Implementing Classes:
AbstractCollectionBatchLoader,AbstractEntityBatchLoader,AbstractMultiIdEntityLoader,AbstractNaturalIdLoader,CollectionBatchLoaderArrayParam,CollectionBatchLoaderInPredicate,CompoundNaturalIdLoader,EntityBatchLoaderArrayParam,EntityBatchLoaderInPredicate,MultiIdEntityLoaderArrayParam,MultiIdEntityLoaderStandard,MultiNaturalIdLoaderArrayParam,MultiNaturalIdLoaderInPredicate,SimpleNaturalIdLoader
public interface MultiKeyLoader extends Loader
Loader specialization for loading multiple loadable references by primary, foreign or natural key.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.loader.ast.spi.Loader
getLoadable
-
-