com.liferay.portal.dao.orm.hibernate
Class OrderFactoryImpl
java.lang.Object
com.liferay.portal.dao.orm.hibernate.OrderFactoryImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.OrderFactory
public class OrderFactoryImpl
- extends Object
- implements com.liferay.portal.kernel.dao.orm.OrderFactory
|
Method Summary |
com.liferay.portal.kernel.dao.orm.Order |
asc(String propertyName)
|
com.liferay.portal.kernel.dao.orm.Order |
desc(String propertyName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderFactoryImpl
public OrderFactoryImpl()
asc
public com.liferay.portal.kernel.dao.orm.Order asc(String propertyName)
- Specified by:
asc in interface com.liferay.portal.kernel.dao.orm.OrderFactory
desc
public com.liferay.portal.kernel.dao.orm.Order desc(String propertyName)
- Specified by:
desc in interface com.liferay.portal.kernel.dao.orm.OrderFactory