Package org.apache.ibatis.logging.jdbc
Logging proxies that logs any JDBC statement.
-
Class Summary Class Description BaseJdbcLogger Base class for proxies to do logging.ConnectionLogger Connection proxy to add logging.PreparedStatementLogger PreparedStatement proxy to add logging.ResultSetLogger ResultSet proxy to add logging.StatementLogger Statement proxy to add logging.