|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.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
の問い合わせ条件作成メソッド
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |