Interface EntityListenerRegistration


public interface EntityListenerRegistration
Represents the registration of an entity lifecycle event listener with the EntityManagerFactory. This object may be used to cancel() the registration.
Since:
4.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Remove the listener.
  • Method Details

    • cancel

      void cancel()
      Remove the listener.