| Class | Description |
|---|---|
| CompoundJdbcEventListener | |
| DefaultEventListener |
This implementation of
JdbcEventListener must always be applied as the first listener. |
| JdbcEventListener |
Implementations of this class receive notifications for interesting JDBC events.
|
| SimpleJdbcEventListener |
This event listener offers more coarse grained event listener methods as it aggregates events for the execute* and
addBatch methods.
|