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
-
Method Details
-
cancel
void cancel()Remove the listener.
-