Class ConnectionRollbackOnReturnInterceptor
- java.lang.Object
-
- org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
- org.wso2.carbon.ndatasource.rdbms.ConnectionRollbackOnReturnInterceptor
-
- All Implemented Interfaces:
InvocationHandler
public class ConnectionRollbackOnReturnInterceptor extends org.apache.tomcat.jdbc.pool.JdbcInterceptorThis class represents a JDBC-Pool JDBC interceptor class which rollbacks the connections when they are returned to the pool, if the mode is autoCommit=true.
-
-
Constructor Summary
Constructors Constructor Description ConnectionRollbackOnReturnInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(Object proxy, Method method, Object[] args)voidreset(org.apache.tomcat.jdbc.pool.ConnectionPool parent, org.apache.tomcat.jdbc.pool.PooledConnection connection)
-