org.seasar.kuina.dao
クラス OrderbySpec

java.lang.Object
  上位を拡張 org.seasar.kuina.dao.OrderbySpec

public class OrderbySpec
extends Object

JPQLのORDER BY句に指定するorder_by_specを表すクラスです.

作成者:
koichik

フィールドの概要
protected  OrderingSpec orderingSpec
          昇順・降順
protected  String pathExpression
          ソートに使用する項目を表すpath_expression
 
コンストラクタの概要
OrderbySpec(String pathExpression)
          インスタンスを構築します。
OrderbySpec(String pathExpression, OrderingSpec orderingSpec)
          インスタンスを構築します。
 
メソッドの概要
 OrderingSpec getOrderingSpec()
          昇順・降順を返します.
 String getPathExpression()
          ソートに使用する項目を表すpath_expressionを返します.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

pathExpression

protected final String pathExpression
ソートに使用する項目を表すpath_expression


orderingSpec

protected final OrderingSpec orderingSpec
昇順・降順

コンストラクタの詳細

OrderbySpec

public OrderbySpec(String pathExpression)
インスタンスを構築します。

パラメータ:
pathExpression - ソートに使用する項目を表すpath_expression

OrderbySpec

public OrderbySpec(String pathExpression,
                   OrderingSpec orderingSpec)
インスタンスを構築します。

パラメータ:
pathExpression - ソートに使用する項目を表すpath_expression
orderingSpec - 昇順・降順
メソッドの詳細

getPathExpression

public String getPathExpression()
ソートに使用する項目を表すpath_expressionを返します.

戻り値:
ソートに使用する項目を表すpath_expression

getOrderingSpec

public OrderingSpec getOrderingSpec()
昇順・降順を返します.

戻り値:
昇順・降順


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.