org.seasar.kuina.dao.criteria.impl.grammar.expression
クラス OrderbyItemImpl

java.lang.Object
  上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.expression.OrderbyItemImpl
すべての実装されたインタフェース:
Criterion, OrderbyItem

public class OrderbyItemImpl
extends Object
implements OrderbyItem

JPQLのorderby_itemを表すクラスです.

作成者:
koichik

フィールドの概要
protected  OrderingSpec orderingSpec
          ordering_spec
protected  PathExpression pathExpression
          path_expression
 
コンストラクタの概要
OrderbyItemImpl(PathExpression pathExpression)
          インスタンスを構築します。
OrderbyItemImpl(PathExpression pathExpression, OrderingSpec orderingSpec)
          インスタンスを構築します。
 
メソッドの概要
 void evaluate(CriteriaContext context)
          要素を評価してコンテキストに反映します.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

pathExpression

protected final PathExpression pathExpression
path_expression


orderingSpec

protected final OrderingSpec orderingSpec
ordering_spec

コンストラクタの詳細

OrderbyItemImpl

public OrderbyItemImpl(PathExpression pathExpression)
インスタンスを構築します。

パラメータ:
pathExpression - path_expression

OrderbyItemImpl

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

パラメータ:
pathExpression - path_expression
orderingSpec - ordering_spec
メソッドの詳細

evaluate

public void evaluate(CriteriaContext context)
インタフェース Criterion の記述:
要素を評価してコンテキストに反映します.

定義:
インタフェース Criterion 内の evaluate
パラメータ:
context - コンテキスト


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