| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface BetweenExpression
JPQLのbetween_expressionを表します.
JPQLの詳細はJPA仕様書「4.14 BNF」を参照してください.
 between_expression ::=
     arithmetic_expression [NOT] BETWEEN
     arithmetic_expression AND arithmetic_expression |
     string_expression [NOT] BETWEEN string_expression AND string_expression |
     datetime_expression [NOT] BETWEEN
     datetime_expression AND datetime_expression
 
| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||