Interface Preparable
-
- All Known Implementing Classes:
AbstractMultiIdEntityLoader
,EntityBatchLoaderArrayParam
,EntityBatchLoaderInPredicate
,MultiIdEntityLoaderArrayParam
,MultiIdEntityLoaderStandard
,SingleIdEntityLoaderStandardImpl
public interface Preparable
Contract for Loader instances wishing to have a "finish initialization" callback after its Loadable has finished initializing. This allows the owner to create the Loader during its construction and trigger its "prepare" later
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
prepare()
Perform the preparation
-