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

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

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

BetweenExpression を返す org.seasar.kuina.dao.criteria のメソッド
static BetweenExpression CriteriaOperations.between(String operand, ArithmeticExpression from, ArithmeticExpression to)
          BETWEENを使った式を作成します.
static BetweenExpression CriteriaOperations.between(String operand, DatetimeExpression from, DatetimeExpression to)
          BETWEENを使った式を作成します.
static BetweenExpression CriteriaOperations.between(String operand, Number from, Number to)
          BETWEENを使った式を作成します.
static BetweenExpression CriteriaOperations.between(String operand, StringExpression from, StringExpression to)
          BETWEENを使った式を作成します.
static BetweenExpression CriteriaOperations.between(String operand, String from, String to)
          BETWEENを使った式を作成します.
 

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

BetweenExpression を実装している org.seasar.kuina.dao.criteria.impl.grammar.operator のクラス
 class AbstractBetween
          JPQLのbetween_expressionを表す抽象クラスです.
 class Between
          JPQLのBETWEENを表す抽象クラスです.
 class NotBetween
          JPQLのNOT BETWEENを表す抽象クラスです.
 



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