|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Inherited public @interface PostUpdate
An annotation to place on the entity event listener method to receive
LifecycleEvent.POST_UPDATE
events.
Optional Element Summary | |
---|---|
Class<? extends Annotation>[] |
entityAnnotations
An array of custom annotation types. |
Class<?>[] |
value
An array of entity classes that a listener method should be associated with. |
public abstract Class<?>[] value
public abstract Class<? extends Annotation>[] entityAnnotations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |