Class PostLoadEvent

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

public class PostLoadEvent extends AbstractEvent
Occurs after an entity instance is fully loaded.
Author:
Kabir Khan, Gavin King
See Also: