ObjectDB ObjectDB

javax.persistence.ExcludeDefaultListeners - JPA annotation

javax.persistence
Annotation ExcludeDefaultListeners

Target:
Classes
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
Since:
JPA 1.0
Learn how to define and use entity listeners in Chapter 3 of the ObjectDB/JPA manual.
This annotation is a marker annotation (with no elements).