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