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