Class PostLoadEvent

java.lang.Object
org.hibernate.event.spi.AbstractSessionEvent
org.hibernate.event.spi.PostLoadEvent
All Implemented Interfaces:
Serializable

public class PostLoadEvent extends AbstractSessionEvent
Occurs after an entity instance is fully loaded.
See Also: