| Interface | Description |
|---|---|
| DataSourceNameAware | |
| JdbcProxyFactory |
Factory interface to return a proxy with InvocationHandler used by datasource-proxy.
|
| ProxyJdbcObject |
Provide a method to unwrap the original jdbc object from proxy object.
|
| StatementMethodNames |
| Class | Description |
|---|---|
| BatchQueryHolder | |
| ConnectionProxyLogic |
Proxy Logic implementation for
Connection methods. |
| DataSourceProxyLogic |
Proxy Logic implementation for
DataSource methods. |
| InterceptorHolder |
Container of interceptors.
|
| MethodUtils | |
| NativeJdbcExtractUtils | |
| ObjectArrayUtils | |
| ParameterOperationHolder |
TODO: rename
|
| ParameterSetOperation |
Keeps a method and its arguments when parameter-set-method is called.
|
| PreparedStatementProxyLogic |
Shared logic for
PreparedStatement and CallableStatement invocation. |
| StatementProxyLogic |
Proxy Logic implementation for
Statement methods. |
Copyright © 2014. All rights reserved.