public interface JdbcProxyFactory
| Modifier and Type | Field and Description |
|---|---|
static JdbcProxyFactory |
DEFAULT
use JDK proxy as default.
|
| 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) |
static final JdbcProxyFactory DEFAULT
DataSource createDataSource(DataSource dataSource, InterceptorHolder interceptorHolder, String dataSourceName, ConnectionIdManager connectionIdManager)
Connection createConnection(Connection connection, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo)
Statement createStatement(Statement statement, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo, Connection proxyConnection)
PreparedStatement createPreparedStatement(PreparedStatement preparedStatement, String query, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo, Connection proxyConnection)
CallableStatement createCallableStatement(CallableStatement callableStatement, String query, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo, Connection proxyConnection)
Copyright © 2017. All rights reserved.