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