|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.kuina.dao.criteria.impl.grammar.declaration.IdentificationVariableDeclarationImpl
public class IdentificationVariableDeclarationImpl
JPQLのidentification_variable_declarationを表す実装クラスです.
フィールドの概要 | |
---|---|
protected String |
abstractSchemaName
abstract_schema_name |
protected IdentificationVariable |
identificationVariable
identification_variable |
protected List<JoinOrFetchJoin> |
joins
join_or_fetch_joinのリスト |
コンストラクタの概要 | |
---|---|
IdentificationVariableDeclarationImpl(Class<?> abstractSchemaClass,
IdentificationVariable identificationVariable,
JoinOrFetchJoin... joins)
インスタンスを構築します。 |
|
IdentificationVariableDeclarationImpl(Class<?> abstractSchemaClass,
JoinOrFetchJoin... joins)
インスタンスを構築します。 |
|
IdentificationVariableDeclarationImpl(String abstractSchemaName,
IdentificationVariable identificationVariable,
JoinOrFetchJoin... joins)
インスタンスを構築します。 |
|
IdentificationVariableDeclarationImpl(String abstractSchemaName,
JoinOrFetchJoin... joins)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
void |
accept(IdentificationVarialbleVisitor visitor)
ビジタを受け入れます. |
void |
evaluate(CriteriaContext context)
要素を評価してコンテキストに反映します. |
IdentificationVariableDeclaration |
fetchJoin(FetchJoin fetchJoin)
fetch_joinを結合します. |
String |
getAbstractSchemaName()
abstract_schema_nameを返します. |
IdentificationVariable |
getIdentificationVariable()
identification_variableを返します. |
IdentificationVariableDeclaration |
inner(PathExpression associationPathSpec)
join_association_path_expressionを内部結合します. |
IdentificationVariableDeclaration |
inner(PathExpression associationPathSpec,
IdentificationVariable identificationVariable)
identification_variableを指定してjoin_association_path_expressionを内部結合します. |
IdentificationVariableDeclaration |
inner(String associationPathSpec)
join_association_path_expressionを内部結合します. |
IdentificationVariableDeclaration |
inner(String associationPathSpec,
String identificationVariable)
identification_variableを指定してjoin_association_path_expressionを内部結合します. |
IdentificationVariableDeclaration |
innerFetch(PathExpression associationPathSpec)
join_association_path_expressionを内部フェッチ結合します. |
IdentificationVariableDeclaration |
innerFetch(String associationPathSpec)
join_association_path_expressionを内部フェッチ結合します. |
IdentificationVariableDeclaration |
join(Join join)
joinを結合します. |
IdentificationVariableDeclaration |
left(PathExpression associationPathSpec)
join_association_path_expressionを左外部結合します. |
IdentificationVariableDeclaration |
left(PathExpression associationPathSpec,
IdentificationVariable identificationVariable)
identification_variableを指定してjoin_association_path_expressionを左外部結合します. |
IdentificationVariableDeclaration |
left(String associationPathSpec)
join_association_path_expressionを左外部結合します. |
IdentificationVariableDeclaration |
left(String associationPathSpec,
String identificationVariable)
identification_variableを指定してjoin_association_path_expressionを左外部結合します. |
IdentificationVariableDeclaration |
leftFetch(PathExpression associationPathSpec)
join_association_path_expressionを左外部フェッチ結合します. |
IdentificationVariableDeclaration |
leftFetch(String associationPathSpec)
join_association_path_expressionを左外部フェッチ結合します. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final String abstractSchemaName
protected final IdentificationVariable identificationVariable
protected final List<JoinOrFetchJoin> joins
コンストラクタの詳細 |
---|
public IdentificationVariableDeclarationImpl(Class<?> abstractSchemaClass, JoinOrFetchJoin... joins)
abstractSchemaClass
- abstract_schema_nameを表すエンティティクラスjoins
- join_or_fetch_joinの並びpublic IdentificationVariableDeclarationImpl(String abstractSchemaName, JoinOrFetchJoin... joins)
abstractSchemaName
- abstract_schema_nameを表す文字列joins
- join_or_fetch_joinの並びpublic IdentificationVariableDeclarationImpl(Class<?> abstractSchemaClass, IdentificationVariable identificationVariable, JoinOrFetchJoin... joins)
abstractSchemaClass
- abstract_schema_nameを表すエンティティクラスidentificationVariable
- identification_variableを表す文字列joins
- join_or_fetch_joinの並びpublic IdentificationVariableDeclarationImpl(String abstractSchemaName, IdentificationVariable identificationVariable, JoinOrFetchJoin... joins)
abstractSchemaName
- abstract_schema_nameを表す文字列identificationVariable
- identification_variablejoins
- join_or_fetch_joinの並びメソッドの詳細 |
---|
public IdentificationVariableDeclaration inner(String associationPathSpec)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の inner
associationPathSpec
- join_association_path_expression
public IdentificationVariableDeclaration inner(PathExpression associationPathSpec)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の inner
associationPathSpec
- join_association_path_expression
public IdentificationVariableDeclaration inner(String associationPathSpec, String identificationVariable)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の inner
associationPathSpec
- join_association_path_expressionidentificationVariable
- identification_variable
public IdentificationVariableDeclaration inner(PathExpression associationPathSpec, IdentificationVariable identificationVariable)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の inner
associationPathSpec
- join_association_path_expressionidentificationVariable
- identification_variable
public IdentificationVariableDeclaration left(String associationPathSpec)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の left
associationPathSpec
- join_association_path_expression
public IdentificationVariableDeclaration left(PathExpression associationPathSpec)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の left
associationPathSpec
- join_association_path_expression
public IdentificationVariableDeclaration left(String associationPathSpec, String identificationVariable)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の left
associationPathSpec
- join_association_path_expressionidentificationVariable
- identification_variable
public IdentificationVariableDeclaration left(PathExpression associationPathSpec, IdentificationVariable identificationVariable)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の left
associationPathSpec
- join_association_path_expressionidentificationVariable
- identification_variable
public IdentificationVariableDeclaration innerFetch(String associationPathSpec)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の innerFetch
associationPathSpec
- join_association_path_expression
public IdentificationVariableDeclaration innerFetch(PathExpression associationPathSpec)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の innerFetch
associationPathSpec
- join_association_path_expression
public IdentificationVariableDeclaration leftFetch(String associationPathSpec)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の leftFetch
associationPathSpec
- join_association_path_expression
public IdentificationVariableDeclaration leftFetch(PathExpression associationPathSpec)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の leftFetch
associationPathSpec
- join_association_path_expression
public IdentificationVariableDeclaration join(Join join)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の join
join
- join
public IdentificationVariableDeclaration fetchJoin(FetchJoin fetchJoin)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の fetchJoin
fetchJoin
- fetch_join
public String getAbstractSchemaName()
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の getAbstractSchemaName
public IdentificationVariable getIdentificationVariable()
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の getIdentificationVariable
public void accept(IdentificationVarialbleVisitor visitor)
IdentificationVariableDeclaration
の記述:
IdentificationVariableDeclaration
内の accept
RangeVarialbeDeclaration
内の accept
visitor
- ビジタpublic void evaluate(CriteriaContext context)
Criterion
の記述:
Criterion
内の evaluate
context
- コンテキスト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |