Liferay 6.1.2-ce-ga3

com.liferay.portal.dao.shard
Class ShardSqlUpdateFactoryImpl

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

public class ShardSqlUpdateFactoryImpl
extends Object
implements SqlUpdateFactory


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

ShardSqlUpdateFactoryImpl

public ShardSqlUpdateFactoryImpl()
Method Detail

getSqlUpdate

public SqlUpdate getSqlUpdate(DataSource dataSource,
                              String sql,
                              int[] types)
Specified by:
getSqlUpdate in interface SqlUpdateFactory

Liferay 6.1.2-ce-ga3