| Interface | Description |
|---|---|
| MethodExecutionListener |
Callback listener for JDBC API method invocations.
|
| MethodExecutionListenerUtils.MethodExecutionCallback | |
| QueryCountStrategy | |
| QueryExecutionListener |
Listener interface.
|
| TracingMethodListener.TracingCondition |
Functional interface to decide whether to perform tracing.
|
| TracingMethodListener.TracingMessageConsumer |
Functional interface to consume log message.
|
| Class | Description |
|---|---|
| ChainListener |
Execute chain of listeners.
|
| CompositeMethodListener |
Execute chain of
MethodExecutionListener. |
| DataSourceQueryCountListener |
Update database access information.
|
| MethodExecutionContext |
POJO to hold values for JDBC API invocations.
|
| MethodExecutionContext.Builder | |
| MethodExecutionListenerUtils | |
| NoOpMethodExecutionListener |
No-op implementation of
MethodExecutionListener |
| NoOpQueryExecutionListener |
No operation implementation of
QueryExecutionListener |
| QueryUtils | |
| SingleQueryCountHolder |
Use single instance to hold
QueryCount. |
| SlowQueryListener |
Slow query detection listener.
|
| ThreadQueryCountHolder |
Uses
QueryCountHolder which uses thread local to hold QueryCount. |
| TracingMethodListener |
Log all JDBC API interaction.
|
Copyright © 2017. All rights reserved.