javax.persistence
Annotation Type PostUpdate


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface PostUpdate

Used to defined the PostUpdate callback lifecycle.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification