| Class | Description |
|---|---|
| ExecutionTimeConnectionPlugin |
This connection plugin tracks the execution time of all the given JDBC methods throughout
the lifespan of the current connection.
|
| ExecutionTimeConnectionPluginFactory |
This class initializes
ExecutionTimeConnectionPlugin. |
| MethodCountConnectionPlugin |
This connection plugin counts the total number of executed JDBC methods throughout the
lifespan of the current connection.
|
| MethodCountConnectionPluginFactory |
This class initializes the
MethodCountConnectionPlugin. |
| SampleApplication |
This is a simple application for creating and using custom connection plugins.
|