站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

CriteriaImpl.OrderEntry (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.impl
Class CriteriaImpl.OrderEntry

java.lang.Object
  extended byorg.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()