Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.dao.jdbc.SqlUpdate

Packages that use SqlUpdate
com.liferay.portal.dao.jdbc.spring   
com.liferay.portal.dao.shard   
com.liferay.portal.kernel.dao.jdbc   
 

Uses of SqlUpdate in com.liferay.portal.dao.jdbc.spring
 

Classes in com.liferay.portal.dao.jdbc.spring that implement SqlUpdate
 class SqlUpdateImpl
           
 

Methods in com.liferay.portal.dao.jdbc.spring that return SqlUpdate
 SqlUpdate SqlUpdateFactoryImpl.getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
 

Uses of SqlUpdate in com.liferay.portal.dao.shard
 

Classes in com.liferay.portal.dao.shard that implement SqlUpdate
 class ShardSqlUpdateImpl
           
 

Methods in com.liferay.portal.dao.shard that return SqlUpdate
 SqlUpdate ShardSqlUpdateFactoryImpl.getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
 

Uses of SqlUpdate in com.liferay.portal.kernel.dao.jdbc
 

Methods in com.liferay.portal.kernel.dao.jdbc that return SqlUpdate
static SqlUpdate SqlUpdateFactoryUtil.getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
 SqlUpdate SqlUpdateFactory.getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
 


Liferay 6.1.2-ce-ga3