Liferay 6.1.2-ce-ga3

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

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

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

Classes in com.liferay.portal.dao.jdbc.spring that implement MappingSqlQueryFactory
 class MappingSqlQueryFactoryImpl
           
 

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

Classes in com.liferay.portal.dao.shard that implement MappingSqlQueryFactory
 class ShardMappingSqlQueryFactoryImpl
           
 

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

Methods in com.liferay.portal.kernel.dao.jdbc that return MappingSqlQueryFactory
static MappingSqlQueryFactory MappingSqlQueryFactoryUtil.getMappingSqlQueryFactory()
           
 

Methods in com.liferay.portal.kernel.dao.jdbc with parameters of type MappingSqlQueryFactory
 void MappingSqlQueryFactoryUtil.setMappingSqlQueryFactory(MappingSqlQueryFactory mappingSqlUpdateFactory)
           
 


Liferay 6.1.2-ce-ga3