Liferay 6.2.0-ce-m1

com.liferay.portal.kernel.upgrade.dao.orm
Class UpgradeOptimizedConnectionHandler

java.lang.Object
  extended by com.liferay.portal.kernel.upgrade.dao.orm.UpgradeOptimizedConnectionHandler
All Implemented Interfaces:
InvocationHandler

public class UpgradeOptimizedConnectionHandler
extends Object
implements InvocationHandler


Constructor Summary
UpgradeOptimizedConnectionHandler(Connection connection)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] arguments)
           
protected  PreparedStatement prepareStatement(String sql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeOptimizedConnectionHandler

public UpgradeOptimizedConnectionHandler(Connection connection)
Method Detail

invoke

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

prepareStatement

protected PreparedStatement prepareStatement(String sql)
                                      throws SQLException
Throws:
SQLException

Liferay 6.2.0-ce-m1