| 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 |
Method names that proxy logic classes have interested in.
|
| Class | Description |
|---|---|
| ConnectionProxyLogic |
Proxy Logic implementation for
Connection methods. |
| DataSourceProxyLogic |
Proxy Logic implementation for
DataSource methods. |
| InterceptorHolder |
Container of interceptors.
|
| MethodUtils | |
| NativeJdbcExtractUtils | |
| ObjectArrayUtils | |
| ParameterKey | |
| ParameterKeyUtils | |
| ParameterSetOperation |
Keeps a method and its arguments when parameter-set-method is called.
|
| PreparedStatementProxyLogic |
Shared logic for
PreparedStatement and CallableStatement invocation. |
| ResultSetProxyLogic |
Allows
ResultSet to be consumed more than once. |
| StatementProxyLogic |
Proxy Logic implementation for
Statement methods. |
| Enum | Description |
|---|---|
| ParameterKey.ParameterKeyType |
Copyright © 2017. All rights reserved.