javax.persistence
Annotation Type EntityListeners
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EntityListeners
The EntityListeners annotation specifies the callback listener classes to be
used for an entity or mapped superclass. The EntityListeners annotation may
be applied to an entity class or mapped superclass.
- Since:
- JPA 1.0 version.
- Author:
- Florent Benoit
- See Also:
- JPA 2.0 specification
|
Required Element Summary |
Class[] |
value
List of callback listener classes. |
value
public abstract Class[] value
- List of callback listener classes.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.