|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.kuina.dao.criteria.impl.grammar.expression.IdentificationVariableImpl
public class IdentificationVariableImpl
JPQLのidentification_variableを表すクラスです.
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
protected final String identificationVariable
コンストラクタの詳細 |
---|
public IdentificationVariableImpl(String identificationVariable)
identificationVariable
- identification_variableメソッドの詳細 |
---|
public void evaluate(CriteriaContext context)
Criterion
の記述:
Criterion
内の evaluate
context
- コンテキストpublic String toString()
Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |