Uses of Enum
com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression.Operation
Packages that use BinaryArithmeticExpression.Operation
-
Uses of BinaryArithmeticExpression.Operation in com.blazebit.persistence.criteria.impl.expression
Methods in com.blazebit.persistence.criteria.impl.expression that return BinaryArithmeticExpression.OperationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BinaryArithmeticExpression.Operation[]BinaryArithmeticExpression.Operation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.criteria.impl.expression with parameters of type BinaryArithmeticExpression.OperationModifierConstructorDescriptionBinaryArithmeticExpression(BlazeCriteriaBuilderImpl criteriaBuilder, Class<N> resultType, BinaryArithmeticExpression.Operation operator, Expression<? extends N> leftHandSide, Expression<? extends N> rightHandSide)