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

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

public class SqlUpdateFactoryUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SqlUpdateFactoryUtil()
           
 
Method Summary
static SqlUpdate getSqlUpdate(javax.sql.DataSource dataSource, java.lang.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(javax.sql.DataSource dataSource,
                                     java.lang.String sql,
                                     int[] types)

getSqlUpdateFactory

public static SqlUpdateFactory getSqlUpdateFactory()

setSqlUpdateFactory

public void setSqlUpdateFactory(SqlUpdateFactory sqlUpdateFactory)