Uses of Class
org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
Packages that use BaseJdbcLogger Package Description org.apache.ibatis.logging.jdbc Logging proxies that logs any JDBC statement. -
-
Uses of BaseJdbcLogger in org.apache.ibatis.logging.jdbc
Subclasses of BaseJdbcLogger in org.apache.ibatis.logging.jdbc Modifier and Type Class Description class
ConnectionLogger
Connection proxy to add logging.class
PreparedStatementLogger
PreparedStatement proxy to add logging.class
ResultSetLogger
ResultSet proxy to add logging.class
StatementLogger
Statement proxy to add logging.
-