Annotation Interface EntityListeners


@Target(TYPE) @Retention(RUNTIME) public @interface EntityListeners
Specifies the callback listener classes to be used for an entity or mapped superclass. This annotation may be applied to an entity class or mapped superclass.
Since:
Java Persistence 1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The callback listener classes
  • Element Details

    • value

      Class[] value
      The callback listener classes