@Target(value=METHOD)
@Retention(value=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 as javax.persistence.PostLoad
.
- Since:
- 2.3.0
- Author:
- Denis Stepanov, graemerocher