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

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

public class IdentificationVariableImpl
extends Object
implements IdentificationVariable

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

作成者:
koichik

フィールドの概要
protected  String identificationVariable
          identification_variable
 
コンストラクタの概要
IdentificationVariableImpl(String identificationVariable)
          インスタンスを構築します。
 
メソッドの概要
 void evaluate(CriteriaContext context)
          要素を評価してコンテキストに反映します.
 String toString()
          オブジェクトの文字列表現を返します.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

identificationVariable

protected final String identificationVariable
identification_variable

コンストラクタの詳細

IdentificationVariableImpl

public IdentificationVariableImpl(String identificationVariable)
インスタンスを構築します。

パラメータ:
identificationVariable - identification_variable
メソッドの詳細

evaluate

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

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

toString

public String toString()
オブジェクトの文字列表現を返します.

オーバーライド:
クラス Object 内の toString
戻り値:
このオブジェクトの文字列表現


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