About PostLoad
JPA Lifecycle Events
Explains how to use JPA lifecycle events (client side triggers) with callback methods and listener classes.... ( ) { } @PostLoad javax.persistence.PostLoad JPA annotation Is used to specify callback methods for the ...
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.PreUpdate javax.persistence.PostLoad javax.persistence.PostPersist ...
javax.persistence.PostLoad
Is used to specify callback methods for the corresponding lifecycle event.(Annotation of JPA)
postLoad(event)
Invoked whenever a persistent instance is loaded from the data store.(Method of javax.jdo.listener.LoadLifecycleListener)
FetchGroup.postLoad
Whether we should load this group as part of the post load process.(Annotation Element of javax.jdo.annotations.FetchGroup)
setPostLoad(postLoad)
Set the post-load property of this FetchGroup.(Method of javax.jdo.FetchGroup)
javax.jdo.FetchGroup
FetchGroup represents a named fetch group for a specific class or interface.(Interface of JDO)
javax.jdo.listener.LoadLifecycleListener
This interface is implemented by listeners to be notified of load events.(Interface of JDO)