Annotation Type PostLoad
-
@Target(METHOD) @Retention(RUNTIME) @EntityEventMapping public @interface PostLoad
Designates method that is representing a post load event listener. Typically not used directly but instead mapped to via annotation such asjavax.persistence.PostLoad
.- Since:
- 2.3.0
- Author:
- Denis Stepanov, graemerocher
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
NAME
-