Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portal.dao.orm.hibernate that implement Property
 class PropertyImpl
           
 

Methods in com.liferay.portal.dao.orm.hibernate that return Property
 Property PropertyFactoryImpl.forName(String propertyName)
           
 Property PropertyImpl.getProperty(String propertyName)
           
 

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

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

Methods in com.liferay.portal.dao.orm.jpa that return Property
 Property PropertyFactoryImpl.forName(String propertyName)
           
 

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

Methods in com.liferay.portal.kernel.dao.orm that return Property
 Property PropertyFactory.forName(String propertyName)
           
static Property PropertyFactoryUtil.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.2-ce-ga5