@Target(METHOD)
@Retention(RUNTIME)
public @interface PostUpdate
@PostUpdate
may optionally have the following parameters
EntityViewManager
EntityManager
@PostUpdate
and it must return void
.
Super type methods annotated with @PostUpdate
are ignored if an entity view defines a @PostUpdate
method.Copyright © 2014–2020 Blazebit. All rights reserved.