Interface CallbackBuilder.CallbackRegistrar

  • All Superinterfaces:
    CallbackRegistry, java.io.Serializable
    Enclosing interface:
    CallbackBuilder

    public static interface CallbackBuilder.CallbackRegistrar
    extends CallbackRegistry
    Represents the target of JPA callback registrations as part the EntityCallbackBuilder
    • Method Detail

      • registerCallbacks

        void registerCallbacks​(java.lang.Class entityClass,
                               Callback[] callbacks)
        Register the callback against the given entity.
        Parameters:
        entityClass - The entity Class to register the Callbacks against
        callbacks - The Callbacks to register against the given entity Class