CallableStatementInvocationHandler(CallableStatement cs,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
CallableStatementInvocationHandler(CallableStatement cs,
String query,
QueryExecutionListener listener,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory)
Deprecated.
|
ConnectionInvocationHandler(Connection connection,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
ConnectionInvocationHandler(Connection connection,
QueryExecutionListener listener,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory)
Deprecated.
|
DataSourceInvocationHandler(DataSource dataSource,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
DataSourceInvocationHandler(DataSource dataSource,
QueryExecutionListener listener,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory)
Deprecated.
|
PreparedStatementInvocationHandler(PreparedStatement ps,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
PreparedStatementInvocationHandler(PreparedStatement ps,
String query,
QueryExecutionListener listener,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory)
Deprecated.
|
StatementInvocationHandler(Statement stmt,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
StatementInvocationHandler(Statement stmt,
QueryExecutionListener listener,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory)
Deprecated.
|