Package org.hibernate.loader.ast.spi
Interface Loader
-
- All Known Subinterfaces:
CollectionLoader,MultiIdEntityLoader<T>,MultiLoader<T>,MultiNaturalIdLoader<E>,NaturalIdLoader<T>,SingleEntityLoader<T>,SingleIdEntityLoader<T>,SingleUniqueKeyEntityLoader<T>
public interface LoaderCommon contract for all value-mapping loaders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadablegetLoadable()The value-mapping loaded by this loader
-
-
-
Method Detail
-
getLoadable
Loadable getLoadable()
The value-mapping loaded by this loader
-
-