Uses of Interface
org.hibernate.ejb.event.CallbackHandlerConsumer

Packages that use CallbackHandlerConsumer
org.hibernate.ejb.event   
 

Uses of CallbackHandlerConsumer in org.hibernate.ejb.event
 

Classes in org.hibernate.ejb.event that implement CallbackHandlerConsumer
 class EJB3DeleteEventListener
          Overrides the LifeCycle OnSave call to call the PreRemove operation
 class EJB3FlushEntityEventListener
          Overrides the LifeCycle OnSave call to call the PreUpdate operation
 class EJB3MergeEventListener
          Overrides the LifeCycle OnSave call to call the PrePersist operation
 class EJB3PersistEventListener
          Overrides the LifeCycle OnSave call to call the PrePersist operation
 class EJB3PersistOnFlushEventListener
           
 class EJB3PostDeleteEventListener
           
 class EJB3PostInsertEventListener
           
 class EJB3PostLoadEventListener
           
 class EJB3PostUpdateEventListener
          Implementation of the post update listeners.
 class EJB3SaveEventListener
          Overrides the LifeCycle OnSave call to call the PrePersist operation
 class EJB3SaveOrUpdateEventListener
          Overrides the LifeCycle OnSave call to call the PrePersist operation
 



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