Package org.apache.ibatis.logging.jdbc
package org.apache.ibatis.logging.jdbc
Logging proxies that logs any JDBC statement.
-
ClassDescriptionBase class for proxies to do logging.Connection proxy to add logging.PreparedStatement proxy to add logging.ResultSet proxy to add logging.Statement proxy to add logging.