Package com.blazebit.persistence.view
Annotation Type PostUpdate
Annotation to mark a method to be executed after updating an entity view.
A method annotated with
@PostUpdate may optionally have the following parameters
- An
EntityViewManager - An
EntityManager
@PostUpdate and it must return void.
Super type methods annotated with @PostUpdate are ignored if an entity view defines a @PostUpdate method.- Since:
- 1.4.0
- Author:
- Christian Beikov