| Interface | Description |
|---|---|
| CallbackHandlerConsumer | |
| HibernateEntityManagerEventListener |
Marker interface for handling listener duplication checking (to avoid multiple registrations).
|
| Class | Description |
|---|---|
| BeanCallback | |
| Callback | |
| CallbackResolver | |
| 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).
|
| 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
|
| JpaIntegrator |
Prepare the HEM-specific event listeners.
|
| ListenerCallback |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.