| 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.
|
| ResultSetProxyLogic |
Proxy logic for
ResultSet. |
| ResultSetProxyLogicFactory |
Factory to create
ResultSetProxyLogic. |
| 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. |
| DefaultConnectionIdManager |
Default implementation of
ConnectionIdManager. |
| GeneratedKeysUtils | |
| MethodUtils | |
| NativeJdbcExtractUtils | |
| ObjectArrayUtils | |
| ParameterKey | |
| ParameterKeyUtils | |
| ParameterSetOperation |
Keeps a method and its arguments when parameter-set-method is called.
|
| ProxyConfig |
Hold configuration objects for creating a proxy.
|
| ProxyConfig.Builder | |
| ReflectionUtils | |
| RepeatableReadResultSetProxyLogic |
Allows
ResultSet to be consumed more than once. |
| RepeatableReadResultSetProxyLogic.Builder | |
| RepeatableReadResultSetProxyLogicFactory |
Factory to create
RepeatableReadResultSetProxyLogic. |
| SimpleResultSetProxyLogic |
Simply delegate method calls to the actual
ResultSet. |
| SimpleResultSetProxyLogicFactory |
Factory to create
SimpleResultSetProxyLogic. |
| StatementProxyLogic | |
| StatementProxyLogic.Builder |
Builder for
StatementProxyLogic. |
| Enum | Description |
|---|---|
| ParameterKey.ParameterKeyType |
Copyright © 2018. All rights reserved.