Provide proxy classes for JDBC API to intercept executing queries and methods.
-
2.x (Under development)
- Java8 baseline.
master
branch
-
1.x
- Works with JDK1.6+ (works well with Java8).
1.x
branch
<dependency>
<groupId>net.ttddyy</groupId>
<artifactId>datasource-proxy</artifactId>
<version>[LATEST_VERSION]</version>
</dependency>
- latest version is:
- No dependencies to other libraries, everything is optional.
- For example, if you want to use slf4j logger with
SLF4JQueryLoggingListener
, then you need slf4j library.
- For example, if you want to use slf4j logger with
- requires jdk1.6+
Snapshot is available via oss sonatype snapshot repository.
Examples:
Unit test support: