Class PreparedStatementLogger

java.lang.Object
org.apache.ibatis.logging.jdbc.BaseJdbcLogger
org.apache.ibatis.logging.jdbc.PreparedStatementLogger
All Implemented Interfaces:
InvocationHandler

public final class PreparedStatementLogger extends BaseJdbcLogger implements InvocationHandler
PreparedStatement proxy to add logging.
Author:
Clinton Begin, Eduardo Macarron