Liferay 6.2.0

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

Packages that use Property
com.liferay.portal.kernel.dao.orm   
 

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

Methods in com.liferay.portal.kernel.dao.orm that return Property
abstract  Property PropertyFactory.forName(String propertyName)
           
static Property PropertyFactoryUtil.forName(String propertyName)
           
abstract  Property Property.getProperty(String propertyName)
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type Property
abstract  Criterion Property.eqProperty(Property other)
           
abstract  Criterion Property.geProperty(Property other)
           
abstract  Criterion Property.gtProperty(Property other)
           
abstract  Criterion Property.leProperty(Property other)
           
abstract  Criterion Property.ltProperty(Property other)
           
abstract  Criterion Property.neProperty(Property other)
           
 


Liferay 6.2.0