javax.persistence
Annotation Type PrePersist


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

Used to defined the PrePersist callback lifecycle.

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