|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.kuina.dao.internal.condition.AbstractConditionalExpressionBuilder
public abstract class AbstractConditionalExpressionBuilder
Criteria APIを動的に呼び出して問い合わせ条件等を作成し,SELECT文に追加するビルダの抽象クラスです.
| フィールドの概要 | |
|---|---|
protected Class<?> |
entityClass
エンティティ・クラス |
protected Method |
operationMethod
CriteriaOperationsの問い合わせ条件作成メソッド |
protected Method |
parameterMethod
CriteriaOperationsのparameter()メソッド |
protected String |
parameterName
パス式 (path_expression) を表す文字列 |
protected String |
pathExpression
パス式 |
protected String |
propertyPath
プロパティのパス |
| コンストラクタの概要 | |
|---|---|
AbstractConditionalExpressionBuilder(Class<?> entityClass,
String propertyPath,
String parameterName,
Method parameterMethod,
Method operationMethod)
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
Method |
getOperationMethod()
CriteriaOperationsの問い合わせ条件作成メソッドを返します. |
Method |
getParameterMethod()
CriteriaOperationsのparameter()メソッドを返します. |
String |
getParameterName()
パラメータ名を返します. |
String |
getPathExpression()
パス式 (path_expression) を表す文字列を返します. |
String |
getPropertyPath()
プロパティのパスを返します. |
protected String |
toPathExpression()
プロパティのパスからプロパティ名を作成して返します. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース org.seasar.kuina.dao.internal.ConditionalExpressionBuilder から継承されたメソッド |
|---|
appendCondition |
| フィールドの詳細 |
|---|
protected Class<?> entityClass
protected String propertyPath
protected String pathExpression
protected String parameterName
protected Method parameterMethod
CriteriaOperationsのparameter()メソッド
protected Method operationMethod
CriteriaOperationsの問い合わせ条件作成メソッド
| コンストラクタの詳細 |
|---|
public AbstractConditionalExpressionBuilder(Class<?> entityClass,
String propertyPath,
String parameterName,
Method parameterMethod,
Method operationMethod)
entityClass - エンティティ・クラスpropertyPath - プロパティのパスparameterName - パラメータ名parameterMethod - CriteriaOperationsのparameter()メソッドoperationMethod - CriteriaOperationsの問い合わせ条件作成メソッド| メソッドの詳細 |
|---|
protected String toPathExpression()
public String getPropertyPath()
public String getPathExpression()
public String getParameterName()
public Method getParameterMethod()
CriteriaOperationsのparameter()メソッドを返します.
CriteriaOperationsのparameter()メソッドpublic Method getOperationMethod()
CriteriaOperationsの問い合わせ条件作成メソッドを返します.
CriteriaOperationsの問い合わせ条件作成メソッド
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||