Uses of Enum Class
org.hibernate.query.sqm.UnaryArithmeticOperator
Packages that use UnaryArithmeticOperator
Package
Description
This package defines a semantic model of HQL queries.
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.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, NodeBuilder nodeBuilder) SqmUnaryOperation
(UnaryArithmeticOperator operation, SqmExpression<T> operand, SqmBindableType<T> inherentType, NodeBuilder nodeBuilder) -
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)