org.hibernate.impl
Class CriteriaImpl.OrderEntry

java.lang.Object
  extended by org.hibernate.impl.CriteriaImpl.OrderEntry
All Implemented Interfaces:
Serializable
Enclosing class:
CriteriaImpl

public static final class CriteriaImpl.OrderEntry
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 Criteria getCriteria()
           
 Order getOrder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOrder

public Order getOrder()

getCriteria

public Criteria getCriteria()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.