javax.persistence
Annotation Type PreUpdate


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

Used to defined the PreUpdate callback lifecycle.

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