|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| InputParameter を使用しているパッケージ | |
|---|---|
| org.seasar.kuina.dao.criteria | Criteria APIを提供します. |
| org.seasar.kuina.dao.criteria.impl.grammar.expression | JPQLの文法要素である式の実装を提供します. |
| org.seasar.kuina.dao.criteria.impl.grammar.operator | JPQLの文法要素である演算子の実装を提供します. |
| org.seasar.kuina.dao.criteria での InputParameter の使用 |
|---|
| InputParameter 型のパラメータを持つ org.seasar.kuina.dao.criteria のメソッド | |
|---|---|
static InExpression |
CriteriaOperations.in(String path,
InputParameter... inItems)
INを使った式を作成します. |
static EmptyCollectionComparisonExpression |
CriteriaOperations.isEmpty(InputParameter inputParameter)
IS NOT EMPTYを使った式を作成します. |
static EmptyCollectionComparisonExpression |
CriteriaOperations.isNotEmpty(InputParameter inputParameter)
IS NOT EMPTYを使った式を作成します. |
static NullComparisonExpression |
CriteriaOperations.isNotNull(InputParameter inputParameter)
IS NOT NULLを使った式を作成します. |
static NullComparisonExpression |
CriteriaOperations.isNull(InputParameter inputParameter)
IS NULLを使った式を作成します. |
static CollectionMemberExpression |
CriteriaOperations.memberOf(InputParameter lhs,
PathExpression rhs)
MEMBEDR OFを使った式を作成します. |
static CollectionMemberExpression |
CriteriaOperations.memberOf(InputParameter lhs,
String rhs)
MEMBEDR OFを使った式を作成します. |
static InExpression |
CriteriaOperations.notIn(String path,
InputParameter... inItems)
NOT INを使った式を作成します. |
static CollectionMemberExpression |
CriteriaOperations.notMemberOf(InputParameter lhs,
PathExpression rhs)
NOT MEMBEDR OFを使った式を作成します. |
static CollectionMemberExpression |
CriteriaOperations.notMemberOf(InputParameter lhs,
String rhs)
NOT MEMBEDR OFを使った式を作成します. |
| org.seasar.kuina.dao.criteria.impl.grammar.expression での InputParameter の使用 |
|---|
| InputParameter を実装している org.seasar.kuina.dao.criteria.impl.grammar.expression のクラス | |
|---|---|
class |
InputParameterImpl
JPQLのinput_parameterを表す文字列. |
| org.seasar.kuina.dao.criteria.impl.grammar.operator での InputParameter の使用 |
|---|
| InputParameter 型のパラメータを持つ org.seasar.kuina.dao.criteria.impl.grammar.operator のコンストラクタ | |
|---|---|
IsEmpty(InputParameter operand)
インスタンスを構築します。 |
|
IsNotEmpty(InputParameter operand)
インスタンスを構築します。 |
|
IsNotNull(InputParameter operand)
インスタンスを構築します。 |
|
IsNull(InputParameter operand)
インスタンスを構築します。 |
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||