Liferay 6.2-ce-ga5

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   
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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
 SqlUpdate SqlUpdateFactory.getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
static SqlUpdate SqlUpdateFactoryUtil.getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
 

Uses of SqlUpdate in com.liferay.portal.service.persistence.impl
 

Fields in com.liferay.portal.service.persistence.impl declared as SqlUpdate
protected  SqlUpdate TableMapperImpl.addTableMappingSqlUpdate
           
protected  SqlUpdate TableMapperImpl.deleteLeftPrimaryKeyTableMappingsSqlUpdate
           
protected  SqlUpdate TableMapperImpl.deleteRightPrimaryKeyTableMappingsSqlUpdate
           
protected  SqlUpdate TableMapperImpl.deleteTableMappingSqlUpdate
           
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type SqlUpdate
protected static
<M extends BaseModel<M>,S extends BaseModel<S>>
int
TableMapperImpl.deleteTableMappings(BasePersistence<M> masterBasePersistence, BasePersistence<S> slaveBasePersistence, PortalCache<Long,long[]> masterToSlavePortalCache, PortalCache<Long,long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey)
           
 


Liferay 6.2-ce-ga5