About ExcludeDefaultListeners
JPA Lifecycle Events
Explains how to use JPA lifecycle events (client side triggers) with callback methods and listener classes.... are applied by default to all the entity classes. The @ExcludeDefaultListeners javax.persistence.ExcludeDefaultListeners JPA annotation Specifies that the ...
 
JPA Annotations for Classes
Reference (JavaDoc) of JPA 2 class annotations, including @Entity, @Embeddable, @IdClass, @Cacheable, @EntityListeners, etc.... javax.persistence.ExcludeDefaultListeners javax.persistence.ExcludeSuperclassListeners ...
 
javax.persistence.ExcludeDefaultListeners
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.(Annotation of JPA)