About PostPersist
JPA Lifecycle Events
Explains how to use JPA lifecycle events (client side triggers) with callback methods and listener classes.... onPrePersist ( ) { } @PostPersist javax.persistence.PostPersist JPA annotation Is used to specify callback methods for ...
 
JPA Annotations for Callback Methods
Reference (JavaDoc) of JPA 2 event callback and listener annotations, including @PrePersist(2), @PreRemove, @PreUpdate, @PostLoad, @PostPersist, @PostRemove and @PostUpdate.... javax.persistence.PostLoad javax.persistence.PostPersist javax.persistence.PostRemove ...
 
javax.persistence.PostPersist
Is used to specify callback methods for the corresponding lifecycle event.(Annotation of JPA)