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 java.lang.Object
implements com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SqlUpdateFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.dao.jdbc.SqlUpdate getSqlUpdate(javax.sql.DataSource dataSource, java.lang.String sql, int[] types)
           
 
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(javax.sql.DataSource dataSource,
                                                                 java.lang.String sql,
                                                                 int[] types)
Specified by:
getSqlUpdate in interface com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactory