Interface Preparable

  • All Known Implementing Classes:
    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 Detail

      • prepare

        void prepare()
        Perform the preparation