|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.kuina.dao.criteria.impl.grammar.declaration.CollectionMemberDeclarationImpl
public class CollectionMemberDeclarationImpl
JPQLのcollection_member_declarationを表す実装クラスです.
| フィールドの概要 | |
|---|---|
protected IdentificationVariable |
identificationVariable
identification_variable |
protected PathExpression |
pathExpression
path_expression |
| コンストラクタの概要 | |
|---|---|
CollectionMemberDeclarationImpl(PathExpression pathExpression,
IdentificationVariable identificationVariable)
インスタンスを構築します。 |
|
CollectionMemberDeclarationImpl(String pathExpression,
String identificationVariable)
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
void |
accept(IdentificationVarialbleVisitor visitor)
ビジターを受け入れます. |
void |
evaluate(CriteriaContext context)
要素を評価してコンテキストに反映します. |
IdentificationVariable |
getIdentificationVariable()
identification_variableを返します. |
PathExpression |
getPathExpression()
path_expressionを返します. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected final PathExpression pathExpression
protected final IdentificationVariable identificationVariable
| コンストラクタの詳細 |
|---|
public CollectionMemberDeclarationImpl(String pathExpression,
String identificationVariable)
pathExpression - path_expressionを表す文字列identificationVariable - identification_variable
public CollectionMemberDeclarationImpl(PathExpression pathExpression,
IdentificationVariable identificationVariable)
pathExpression - path_expressionidentificationVariable - identification_variable| メソッドの詳細 |
|---|
public PathExpression getPathExpression()
public IdentificationVariable getIdentificationVariable()
public void accept(IdentificationVarialbleVisitor visitor)
CollectionMemberDeclaration の記述:
CollectionMemberDeclaration 内の acceptvisitor - ビジターpublic void evaluate(CriteriaContext context)
Criterion の記述:
Criterion 内の evaluatecontext - コンテキスト
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||