Interface | Description |
---|---|
IHikariConnectionProxy |
The interface used by the Connection proxy and through which all interaction
by other classes flow.
|
Class | Description |
---|---|
CallableStatementProxy |
This is the proxy class for java.sql.CallableStatement.
|
ConnectionProxy |
This is the proxy class for java.sql.Connection.
|
JavassistProxyFactory |
This class generates the proxy objects for
Connection , Statement ,
PreparedStatement , and CallableStatement . |
PreparedStatementProxy |
This is the proxy class for java.sql.PreparedStatement.
|
ProxyFactory |
A factory class that produces proxies around instances of the standard
JDBC interfaces.
|
StatementProxy |
This is the proxy class for java.sql.Statement.
|
Copyright © 2014 Zaxxer.com. All Rights Reserved.