Liferay 7.0-ce-m3

com.liferay.portal.test.jdbc
Class ResetDatabaseStatementHandler

java.lang.Object
  extended by com.liferay.portal.test.jdbc.ResetDatabaseStatementHandler
All Implemented Interfaces:
InvocationHandler

public class ResetDatabaseStatementHandler
extends Object
implements InvocationHandler


Constructor Summary
ResetDatabaseStatementHandler(Connection connection, Statement statement)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetDatabaseStatementHandler

public ResetDatabaseStatementHandler(Connection connection,
                                     Statement statement)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Liferay 7.0-ce-m3