public class PreparedStatementInvocationHandler extends Object implements InvocationHandler
PreparedStatement.| Constructor and Description |
|---|
PreparedStatementInvocationHandler(PreparedStatement ps,
String query) |
PreparedStatementInvocationHandler(PreparedStatement ps,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
PreparedStatementInvocationHandler(PreparedStatement ps,
String query,
QueryExecutionListener listener)
Deprecated.
|
PreparedStatementInvocationHandler(PreparedStatement ps,
String query,
QueryExecutionListener listener,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory)
Deprecated.
|
public PreparedStatementInvocationHandler(PreparedStatement ps, String query)
@Deprecated public PreparedStatementInvocationHandler(PreparedStatement ps, String query, QueryExecutionListener listener)
@Deprecated public PreparedStatementInvocationHandler(PreparedStatement ps, String query, QueryExecutionListener listener, String dataSourceName, JdbcProxyFactory jdbcProxyFactory)
public PreparedStatementInvocationHandler(PreparedStatement ps, String query, InterceptorHolder interceptorHolder, String dataSourceName, JdbcProxyFactory jdbcProxyFactory)
Copyright © 2014. All rights reserved.