public class ProxyConnectionAdvice extends Object implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
ProxyConnectionAdvice() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionIdManager |
getConnectionIdManager() |
JdbcProxyFactory |
getJdbcProxyFactory() |
ProxyConfig |
getProxyConfig() |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setConnectionIdManager(ConnectionIdManager connectionIdManager) |
void |
setJdbcProxyFactory(JdbcProxyFactory jdbcProxyFactory) |
void |
setProxyConfig(ProxyConfig proxyConfig) |
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic JdbcProxyFactory getJdbcProxyFactory()
public void setJdbcProxyFactory(JdbcProxyFactory jdbcProxyFactory)
public ConnectionIdManager getConnectionIdManager()
public void setConnectionIdManager(ConnectionIdManager connectionIdManager)
public ProxyConfig getProxyConfig()
public void setProxyConfig(ProxyConfig proxyConfig)
Copyright © 2023. All rights reserved.