Liferay 6.1.10-ee-ga1

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
static Property PropertyFactoryUtil.forName(String propertyName)
           
 Property PropertyFactory.forName(String propertyName)
           
 Property Property.getProperty(String propertyName)
           
 

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


Liferay 6.1.10-ee-ga1