Uses of Class
org.hibernate.event.PostLoadEvent

Packages that use PostLoadEvent
org.hibernate.engine   
org.hibernate.event   
org.hibernate.event.def   
 

Uses of PostLoadEvent in org.hibernate.engine
 

Methods in org.hibernate.engine with parameters of type PostLoadEvent
static void TwoPhaseLoad.initializeEntity(Object entity, boolean readOnly, SessionImplementor session, PreLoadEvent preLoadEvent, PostLoadEvent postLoadEvent)
          Perform the second step of 2-phase load.
 

Uses of PostLoadEvent in org.hibernate.event
 

Methods in org.hibernate.event that return PostLoadEvent
 PostLoadEvent PostLoadEvent.setEntity(Object entity)
           
 PostLoadEvent PostLoadEvent.setId(Serializable id)
           
 PostLoadEvent PostLoadEvent.setPersister(EntityPersister persister)
           
 

Methods in org.hibernate.event with parameters of type PostLoadEvent
 void PostLoadEventListener.onPostLoad(PostLoadEvent event)
           
 

Uses of PostLoadEvent in org.hibernate.event.def
 

Methods in org.hibernate.event.def with parameters of type PostLoadEvent
 void DefaultPostLoadEventListener.onPostLoad(PostLoadEvent event)