Uses of Class
org.hibernate.event.PreLoadEvent

Packages that use PreLoadEvent
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.event.def This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
org.hibernate.secure Declarative security for CRUD operations on entities. 
 

Uses of PreLoadEvent in org.hibernate.engine
 

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

Uses of PreLoadEvent in org.hibernate.event
 

Methods in org.hibernate.event that return PreLoadEvent
 PreLoadEvent PreLoadEvent.setEntity(Object entity)
           
 PreLoadEvent PreLoadEvent.setId(Serializable id)
           
 PreLoadEvent PreLoadEvent.setPersister(EntityPersister persister)
           
 PreLoadEvent PreLoadEvent.setState(Object[] state)
           
 

Methods in org.hibernate.event with parameters of type PreLoadEvent
 void PreLoadEventListener.onPreLoad(PreLoadEvent event)
           
 

Uses of PreLoadEvent in org.hibernate.event.def
 

Methods in org.hibernate.event.def with parameters of type PreLoadEvent
 void DefaultPreLoadEventListener.onPreLoad(PreLoadEvent event)
           
 

Uses of PreLoadEvent in org.hibernate.secure
 

Methods in org.hibernate.secure with parameters of type PreLoadEvent
 void JACCPreLoadEventListener.onPreLoad(PreLoadEvent event)
           
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved