Liferay 6.2-ce-ga5

com.liferay.portal.kernel.dao.jdbc
Class SqlUpdateFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil

public class SqlUpdateFactoryUtil
extends Object


Constructor Summary
SqlUpdateFactoryUtil()
           
 
Method Summary
static SqlUpdate getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
static SqlUpdateFactory getSqlUpdateFactory()
           
 void setSqlUpdateFactory(SqlUpdateFactory sqlUpdateFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlUpdateFactoryUtil

public SqlUpdateFactoryUtil()
Method Detail

getSqlUpdate

public static SqlUpdate getSqlUpdate(DataSource dataSource,
                                     String sql,
                                     int[] types)

getSqlUpdateFactory

public static SqlUpdateFactory getSqlUpdateFactory()

setSqlUpdateFactory

public void setSqlUpdateFactory(SqlUpdateFactory sqlUpdateFactory)

Liferay 6.2-ce-ga5