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

Packages that use HibernateEntityManagerEventListener
org.hibernate.ejb.event   
 

Uses of HibernateEntityManagerEventListener in org.hibernate.ejb.event
 

Subinterfaces of HibernateEntityManagerEventListener in org.hibernate.ejb.event
 interface CallbackHandlerConsumer
           
 

Classes in org.hibernate.ejb.event that implement HibernateEntityManagerEventListener
 class EJB3AutoFlushEventListener
          In JPA, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate).
 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 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).
 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-2012 Red Hat, Inc. All Rights Reserved.