Liferay 7.0-ga1 portal-impl

com.liferay.portal.dao.jdbc.spring
Class SqlUpdateFactoryImpl

java.lang.Object
  extended by com.liferay.portal.dao.jdbc.spring.SqlUpdateFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactory

public class SqlUpdateFactoryImpl
extends Object
implements com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactory


Constructor Summary
SqlUpdateFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.dao.jdbc.SqlUpdate getSqlUpdate(DataSource dataSource, String sql, com.liferay.portal.kernel.dao.jdbc.ParamSetter... paramSetters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlUpdateFactoryImpl

public SqlUpdateFactoryImpl()
Method Detail

getSqlUpdate

public com.liferay.portal.kernel.dao.jdbc.SqlUpdate getSqlUpdate(DataSource dataSource,
                                                                 String sql,
                                                                 com.liferay.portal.kernel.dao.jdbc.ParamSetter... paramSetters)
Specified by:
getSqlUpdate in interface com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactory

Liferay 7.0-ga1 portal-impl