インタフェース
org.seasar.kuina.dao.criteria.grammar.CollectionMemberExpression の使用

CollectionMemberExpression を使用しているパッケージ
org.seasar.kuina.dao.criteria Criteria APIを提供します. 
org.seasar.kuina.dao.criteria.impl.grammar.operator JPQLの文法要素である演算子の実装を提供します. 
 

org.seasar.kuina.dao.criteria での CollectionMemberExpression の使用
 

CollectionMemberExpression を返す org.seasar.kuina.dao.criteria のメソッド
static CollectionMemberExpression CriteriaOperations.memberOf(IdentificationVariable lhs, PathExpression rhs)
          MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.memberOf(IdentificationVariable lhs, String rhs)
          MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.memberOf(InputParameter lhs, PathExpression rhs)
          MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.memberOf(InputParameter lhs, String rhs)
          MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.memberOf(PathExpression lhs, PathExpression rhs)
          MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.memberOf(PathExpression lhs, String rhs)
          MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.memberOf(String lhs, String rhs)
          MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.notMemberOf(IdentificationVariable lhs, PathExpression rhs)
          NOT MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.notMemberOf(IdentificationVariable lhs, String rhs)
          NOT MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.notMemberOf(InputParameter lhs, PathExpression rhs)
          NOT MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.notMemberOf(InputParameter lhs, String rhs)
          NOT MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.notMemberOf(PathExpression lhs, PathExpression rhs)
          NOT MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.notMemberOf(PathExpression lhs, String rhs)
          NOT MEMBEDR OFを使った式を作成します.
static CollectionMemberExpression CriteriaOperations.notMemberOf(String lhs, String rhs)
          NOT MEMBEDR OFを使った式を作成します.
 

org.seasar.kuina.dao.criteria.impl.grammar.operator での CollectionMemberExpression の使用
 

CollectionMemberExpression を実装している org.seasar.kuina.dao.criteria.impl.grammar.operator のクラス
 class MemberOf
          JPQLのMEMBER OFを表すクラスです.
 class NotMemberOf
          JPQLのNOT MEMBER OFを表すクラスです.
 



Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.