Interface LateInitHook

All Superinterfaces:
Hook
All Known Implementing Classes:
EnvironmentAfterStartupInformation, RegisterPdfFontsOnStartup, ReportServerExtenderHooker

public interface LateInitHook extends Hook
The LateInitHook allows to register a callback that is called when the JPA is up and the
invalid reference
EntityManager
is available.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called as soon as the
    invalid reference
    EntityManager
    is available.
  • Method Details

    • initialize

      void initialize()
      Called as soon as the
      invalid reference
      EntityManager
      is available.