| 
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.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 内の innerassociationPathSpec - join_association_path_expression
public IdentificationVariableDeclaration inner(PathExpression associationPathSpec)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の innerassociationPathSpec - join_association_path_expression
public IdentificationVariableDeclaration inner(String associationPathSpec,
                                               String identificationVariable)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の innerassociationPathSpec - join_association_path_expressionidentificationVariable - identification_variable
public IdentificationVariableDeclaration inner(PathExpression associationPathSpec,
                                               IdentificationVariable identificationVariable)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の innerassociationPathSpec - join_association_path_expressionidentificationVariable - identification_variable
public IdentificationVariableDeclaration left(String associationPathSpec)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の leftassociationPathSpec - join_association_path_expression
public IdentificationVariableDeclaration left(PathExpression associationPathSpec)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の leftassociationPathSpec - join_association_path_expression
public IdentificationVariableDeclaration left(String associationPathSpec,
                                              String identificationVariable)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の leftassociationPathSpec - join_association_path_expressionidentificationVariable - identification_variable
public IdentificationVariableDeclaration left(PathExpression associationPathSpec,
                                              IdentificationVariable identificationVariable)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の leftassociationPathSpec - join_association_path_expressionidentificationVariable - identification_variable
public IdentificationVariableDeclaration innerFetch(String associationPathSpec)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の innerFetchassociationPathSpec - join_association_path_expression
public IdentificationVariableDeclaration innerFetch(PathExpression associationPathSpec)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の innerFetchassociationPathSpec - join_association_path_expression
public IdentificationVariableDeclaration leftFetch(String associationPathSpec)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の leftFetchassociationPathSpec - join_association_path_expression
public IdentificationVariableDeclaration leftFetch(PathExpression associationPathSpec)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の leftFetchassociationPathSpec - join_association_path_expression
public IdentificationVariableDeclaration join(Join join)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の joinjoin - join
public IdentificationVariableDeclaration fetchJoin(FetchJoin fetchJoin)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の fetchJoinfetchJoin - fetch_join
public String getAbstractSchemaName()
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の getAbstractSchemaNamepublic IdentificationVariable getIdentificationVariable()
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の getIdentificationVariablepublic void accept(IdentificationVarialbleVisitor visitor)
IdentificationVariableDeclaration の記述: 
IdentificationVariableDeclaration 内の acceptRangeVarialbeDeclaration 内の acceptvisitor - ビジタpublic void evaluate(CriteriaContext context)
Criterion の記述: 
Criterion 内の evaluatecontext - コンテキスト
  | 
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||