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