Package org.hibernate.ejb.event

Interface Summary
CallbackHandlerConsumer  
 

Class Summary
BeanCallback  
Callback  
CallbackResolver  
EJB3AutoFlushEventListener In EJB3, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate).
EJB3DeleteEventListener Overrides the LifeCycle OnSave call to call the PreRemove operation
EJB3FlushEntityEventListener Overrides the LifeCycle OnSave call to call the PreUpdate operation
EJB3FlushEventListener In EJB3, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate).
EJB3MergeEventListener Overrides the LifeCycle OnSave call to call the PrePersist operation
EJB3PersistEventListener Overrides the LifeCycle OnSave call to call the PrePersist operation
EJB3PersistOnFlushEventListener  
EJB3PostDeleteEventListener  
EJB3PostInsertEventListener  
EJB3PostLoadEventListener  
EJB3PostUpdateEventListener Implementation of the post update listeners.
EJB3SaveEventListener Overrides the LifeCycle OnSave call to call the PrePersist operation
EJB3SaveOrUpdateEventListener Overrides the LifeCycle OnSave call to call the PrePersist operation
EntityCallbackHandler Keep track of all lifecycle callbacks and listeners for a given persistence unit
ListenerCallback  
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.