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