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