Annotation Interface ExcludeDefaultListeners


@Target(TYPE) @Retention(RUNTIME) public @interface ExcludeDefaultListeners
Specifies that the invocation of default listeners is to be excluded for the annotated entity class or mapped superclass and for its subclasses. A default listener is any entity listener declared:
  • under <persistence-unit-defaults> in XML, or
  • by applying EntityListeners to a package or module descriptor.
Since:
1.0