@NonNullApi
| Interface | Description |
|---|---|
| AfterCompleteTransactionListener |
Interface for listeners notified after transaction completion.
|
| AfterDeleteEntityListener<T extends Entity> |
Defines the contract for handling of entities after they have been deleted or marked as deleted in DB.
|
| AfterInsertEntityListener<T extends Entity> |
Defines the contract for handling entities after they have been inserted into DB.
|
| AfterUpdateEntityListener<T extends Entity> |
Defines the contract for handling of entities after they have been updated in DB.
|
| BeforeAttachEntityListener<T extends Entity> |
Defines the contract for handling entities right before they are attached to an EntityManager on merge operation.
|
| BeforeCommitTransactionListener |
Interface for listeners notified before transaction commit.
|
| BeforeDeleteEntityListener<T extends Entity> |
Defines the contract for handling of entities before they have been deleted or
marked as deleted in DB.
|
| BeforeDetachEntityListener<T extends Entity> |
Defines the contract for handling entities right before they are detached from an EntityManager
on transaction commit.
|
| BeforeInsertEntityListener<T extends Entity> |
Defines the contract for handling entities before they have been inserted into DB.
|
| BeforeUpdateEntityListener<T extends Entity> |
Defines the contract for handling of entities before they have been updated in DB.
|