About ExcludeSuperclassListeners
JPA Lifecycle Events
Explains how to use JPA lifecycle events (client side triggers) with callback methods and listener classes.... subclass excludes inheritance explicitly using the @ExcludeSuperclassListeners javax.persistence.ExcludeSuperclassListeners 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.ExcludeSuperclassListeners Another JPA class annotation defines ...
 
javax.persistence.ExcludeSuperclassListeners
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.(Annotation of JPA)