com.ibatis.common.jdbc.logging
public class ConnectionLogProxy extends BaseLogProxy implements InvocationHandler
| Method Summary | |
|---|---|
| Connection | getConnection()
return the wrapped connection
|
| Object | invoke(Object proxy, Method method, Object[] params) |
| static Connection | newInstance(Connection conn)
Creates a logging version of a connection |
Returns: the connection
Parameters: conn - the original connection
Returns: - the connection with logging