Liferay 6.2-ce-ga5

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

Packages that use Disjunction
com.liferay.portal.dao.orm.hibernate   
com.liferay.portal.dao.orm.jpa   
com.liferay.portal.kernel.dao.orm   
 

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

Classes in com.liferay.portal.dao.orm.hibernate that implement Disjunction
 class DisjunctionImpl
           
 

Methods in com.liferay.portal.dao.orm.hibernate that return Disjunction
 Disjunction RestrictionsFactoryImpl.disjunction()
           
 

Uses of Disjunction in com.liferay.portal.dao.orm.jpa
 

Methods in com.liferay.portal.dao.orm.jpa that return Disjunction
 Disjunction RestrictionsFactoryImpl.disjunction()
           
 

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

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


Liferay 6.2-ce-ga5