Interface Preparable
-
- All Known Implementing Classes:
AbstractMultiIdEntityLoader,EntityBatchLoaderArrayParam,EntityBatchLoaderInPredicate,MultiIdEntityLoaderArrayParam,MultiIdEntityLoaderStandard,SingleIdEntityLoaderStandardImpl
public interface PreparableContract 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 voidprepare()Perform the preparation
-