Liferay 6.0.5

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

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

public class SqlUpdateFactoryImpl
extends Object
implements SqlUpdateFactory


Constructor Summary
SqlUpdateFactoryImpl()
           
 
Method Summary
 SqlUpdate getSqlUpdate(DataSource dataSource, 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 SqlUpdate getSqlUpdate(DataSource dataSource,
                              String sql,
                              int[] types)
Specified by:
getSqlUpdate in interface SqlUpdateFactory

Liferay 6.0.5