Uses of Enum Class
org.hibernate.query.sqm.UnaryArithmeticOperator
Packages that use UnaryArithmeticOperator
Package
Description
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Nodes representing expressions in the SQM tree.
AST nodes representing expressions in a SQL tree.
-
Uses of UnaryArithmeticOperator in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return UnaryArithmeticOperatorModifier and TypeMethodDescriptionstatic UnaryArithmeticOperator
Returns the enum constant of this class with the specified name.static UnaryArithmeticOperator[]
UnaryArithmeticOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UnaryArithmeticOperator in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type UnaryArithmeticOperatorModifier and TypeMethodDescriptionstatic void
TypecheckUtil.assertNumeric
(SqmExpression<?> expression, UnaryArithmeticOperator op) -
Uses of UnaryArithmeticOperator in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return UnaryArithmeticOperatorConstructors in org.hibernate.query.sqm.tree.expression with parameters of type UnaryArithmeticOperatorModifierConstructorDescriptionSqmUnaryOperation
(UnaryArithmeticOperator operation, SqmExpression<T> operand) SqmUnaryOperation
(UnaryArithmeticOperator operation, SqmExpression<T> operand, SqmExpressible<T> inherentType) -
Uses of UnaryArithmeticOperator in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return UnaryArithmeticOperatorConstructors in org.hibernate.sql.ast.tree.expression with parameters of type UnaryArithmeticOperatorModifierConstructorDescriptionUnaryOperation
(UnaryArithmeticOperator operator, Expression operand, BasicValuedMapping type)