com.liferay.portal.dao.shard
Class ShardSqlUpdateFactoryImpl

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

public class ShardSqlUpdateFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactory

View Source

Author:
Alexander Chow

Constructor Summary
ShardSqlUpdateFactoryImpl()
           
 
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

ShardSqlUpdateFactoryImpl

public ShardSqlUpdateFactoryImpl()
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