Uses of Class
org.hibernate.query.sqm.UnaryArithmeticOperator
-
Packages that use UnaryArithmeticOperator Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree. -
-
Uses of UnaryArithmeticOperator in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return UnaryArithmeticOperator Modifier and Type Method Description static UnaryArithmeticOperator
UnaryArithmeticOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnaryArithmeticOperator[]
UnaryArithmeticOperator. values()
Returns an array containing the constants of this enum type, 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 UnaryArithmeticOperator Modifier and Type Method Description static 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 UnaryArithmeticOperator Modifier and Type Method Description UnaryArithmeticOperator
SqmUnaryOperation. getOperation()
Constructors in org.hibernate.query.sqm.tree.expression with parameters of type UnaryArithmeticOperator Constructor Description SqmUnaryOperation(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 UnaryArithmeticOperator Modifier and Type Method Description UnaryArithmeticOperator
UnaryOperation. getOperator()
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type UnaryArithmeticOperator Constructor Description UnaryOperation(UnaryArithmeticOperator operator, Expression operand, BasicValuedMapping type)
-