Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.dao.orm.RestrictionsFactory

Packages that use RestrictionsFactory
com.liferay.portal.dao.orm.hibernate   
com.liferay.portal.kernel.dao.orm   
 

Uses of RestrictionsFactory in com.liferay.portal.dao.orm.hibernate
 

Classes in com.liferay.portal.dao.orm.hibernate that implement RestrictionsFactory
 class RestrictionsFactoryImpl
           
 

Uses of RestrictionsFactory in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm that return RestrictionsFactory
static RestrictionsFactory RestrictionsFactoryUtil.getRestrictionsFactory()
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type RestrictionsFactory
 void RestrictionsFactoryUtil.setRestrictionsFactory(RestrictionsFactory restrictionsFactory)
           
 


Liferay 6.2-ce-ga5