javax.persistence
Annotation Type PostPersist


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

Used to defined the PostPersist callback lifecycle.

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