org.seasar.kuina.dao.criteria.grammar
インタフェース ArithmeticTerm

すべてのスーパーインタフェース:
ArithmeticExpression, Criterion, SimpleArithmeticExpression
既知のサブインタフェースの一覧:
AggregateExpression, ArithmeticFactor, ArithmeticPrimary, FunctionReturningNumerics, InputParameter, NumericLiteral, PathExpression
既知の実装クラスの一覧:
Abs, AbstractAggregateExpression, Avg, Count, Division, InputParameterImpl, Length, Locate, Max, Min, Mod, Multiplication, NumericLiteralImpl, PathExpressionImpl, Size, Sqrt, Sum, UnaryMinus, UnaryPlus

public interface ArithmeticTerm
extends Criterion, SimpleArithmeticExpression

JPQLのarithmetic_termを表します.

JPQLの詳細はJPA仕様書「4.14 BNF」を参照してください.

 arithmetic_term ::=
     arithmetic_factor | arithmetic_term { * | / } arithmetic_factor
 

作成者:
koichik



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