Annotation Type PostPersist
-
@Target(METHOD) @Retention(RUNTIME) @EntityEventMapping public @interface PostPersist
Designates method that is representing a post persist event listener. Typically not used directly but instead mapped to via annotation such asjavax.persistence.PostPersist
.- Since:
- 2.3.0
- Author:
- Denis Stepanov, graemerocher