| Package | Description |
|---|---|
| net.ttddyy.dsproxy.proxy | |
| net.ttddyy.dsproxy.proxy.jdk | |
| net.ttddyy.dsproxy.support |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedRowSetResultSetProxyLogicFactory
Factory to create
CachedRowSetResultSetProxyLogic. |
class |
RepeatableReadResultSetProxyLogicFactory
Factory to create
RepeatableReadResultSetProxyLogic. |
class |
SimpleResultSetProxyLogicFactory
Factory to create
SimpleResultSetProxyLogic. |
| Modifier and Type | Field and Description |
|---|---|
static ResultSetProxyLogicFactory |
ResultSetProxyLogicFactory.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ResultSetProxyLogicFactory |
ProxyConfig.getGeneratedKeysProxyLogicFactory() |
ResultSetProxyLogicFactory |
ProxyConfig.getResultSetProxyLogicFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfig.Builder |
ProxyConfig.Builder.generatedKeysProxyLogicFactory(ResultSetProxyLogicFactory generatedKeysProxyLogicFactory) |
ProxyConfig.Builder |
ProxyConfig.Builder.resultSetProxyLogicFactory(ResultSetProxyLogicFactory resultSetProxyLogicFactory) |
| Constructor and Description |
|---|
ResultSetInvocationHandler(ResultSetProxyLogicFactory factory,
ResultSet resultSet,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
| Modifier and Type | Method and Description |
|---|---|
ProxyDataSourceBuilder |
ProxyDataSourceBuilder.autoRetrieveGeneratedKeys(boolean autoClose,
ResultSetProxyLogicFactory factory)
Enable auto retrieval of generated keys with proxy created by specified factory.
|
ProxyDataSourceBuilder |
ProxyDataSourceBuilder.proxyGeneratedKeys(ResultSetProxyLogicFactory factory)
Enable
ResultSet proxy for generated keys with given proxy logic factory. |
ProxyDataSourceBuilder |
ProxyDataSourceBuilder.proxyResultSet(ResultSetProxyLogicFactory factory)
Enable resultset proxy with given proxy logic factory.
|
void |
ProxyConfigSpringXmlSupport.setResultSetProxyLogicFactory(ResultSetProxyLogicFactory resultSetProxyLogicFactory) |
Copyright © 2024. All rights reserved.