类 SortSpecification
- java.lang.Object
-
- antlr.BaseAST
-
- antlr.CommonAST
-
- org.hibernate.sql.ordering.antlr.NodeSupport
-
- org.hibernate.sql.ordering.antlr.SortSpecification
-
- 所有已实现的接口:
antlr.collections.AST,Serializable,Node
public class SortSpecification extends NodeSupport
Models each sorting expression.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 SortSpecification()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CollationSpecificationgetCollation()Locate the specified collation specification, if one.OrderingSpecificationgetOrdering()Locate the specified ordering specification, if one.SortKeygetSortKey()Locate the specifiedSortKey.-
从类继承的方法 org.hibernate.sql.ordering.antlr.NodeSupport
getDebugText, getRenderableText
-
从类继承的方法 antlr.BaseAST
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
-
-
-
-
方法详细资料
-
getCollation
public CollationSpecification getCollation()
Locate the specified collation specification, if one.- 返回:
- The collation specification, or null if none was specified.
-
getOrdering
public OrderingSpecification getOrdering()
Locate the specified ordering specification, if one.- 返回:
- The ordering specification, or null if none was specified.
-
-