public interface LateInitHook extends Hook
LateInitHook
allows to register a callback that is called when
the JPA is up and the EntityManager
is available.Modifier and Type | Method and Description |
---|---|
void |
initialize()
Called as soon as the
EntityManager is available. |