public class JdkJdbcProxyFactory extends Object implements JdbcProxyFactory
JdbcProxyFactory implementation.DEFAULT| Constructor and Description |
|---|
JdkJdbcProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
createCallableStatement(CallableStatement callableStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
Connection |
createConnection(Connection connection,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo) |
DataSource |
createDataSource(DataSource dataSource,
InterceptorHolder interceptorHolder,
String dataSourceName,
ConnectionIdManager connectionIdManager) |
PreparedStatement |
createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
Statement |
createStatement(Statement statement,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
public DataSource createDataSource(DataSource dataSource, InterceptorHolder interceptorHolder, String dataSourceName, ConnectionIdManager connectionIdManager)
createDataSource in interface JdbcProxyFactorypublic Connection createConnection(Connection connection, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo)
createConnection in interface JdbcProxyFactorypublic Statement createStatement(Statement statement, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo, Connection proxyConnection)
createStatement in interface JdbcProxyFactorypublic PreparedStatement createPreparedStatement(PreparedStatement preparedStatement, String query, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo, Connection proxyConnection)
createPreparedStatement in interface JdbcProxyFactorypublic CallableStatement createCallableStatement(CallableStatement callableStatement, String query, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo, Connection proxyConnection)
createCallableStatement in interface JdbcProxyFactoryCopyright © 2017. All rights reserved.