Liferay 6.1.2-ce-ga3

com.liferay.portal.dao.orm.hibernate
Class OrderImpl

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.OrderImpl
All Implemented Interfaces:
Order

public class OrderImpl
extends Object
implements Order


Constructor Summary
OrderImpl(org.hibernate.criterion.Order criterion)
           
 
Method Summary
 org.hibernate.criterion.Order getWrappedOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderImpl

public OrderImpl(org.hibernate.criterion.Order criterion)
Method Detail

getWrappedOrder

public org.hibernate.criterion.Order getWrappedOrder()

Liferay 6.1.2-ce-ga3