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

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

public interface ArithmeticFactor
extends Criterion, ArithmeticTerm

JPQLのarithmetic_factorを表します.

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

 arithmetic_factor ::=
     [{ + | - }] arithmetic_primary
 

作成者:
koichik



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