Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portal.dao.jdbc.spring that implement SqlUpdateFactory
 class SqlUpdateFactoryImpl
           
 

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

Classes in com.liferay.portal.dao.shard that implement SqlUpdateFactory
 class ShardSqlUpdateFactoryImpl
           
 

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

Methods in com.liferay.portal.kernel.dao.jdbc that return SqlUpdateFactory
static SqlUpdateFactory SqlUpdateFactoryUtil.getSqlUpdateFactory()
           
 

Methods in com.liferay.portal.kernel.dao.jdbc with parameters of type SqlUpdateFactory
 void SqlUpdateFactoryUtil.setSqlUpdateFactory(SqlUpdateFactory sqlUpdateFactory)
           
 


Liferay 6.2-ce-ga5