Interface JpaCallbackSource


  • public interface JpaCallbackSource
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the name of the instantiated container where the JPA callbacks for the associated entity or mapped superclass are defined. This can be either the entity/mapped superclass itself or an entity listener.
      • isListener

        boolean isListener()
        Returns:
        true if this callback class represents callbacks defined within an entity listener.