Uses of Class
org.hibernate.query.sqm.BinaryArithmeticOperator
-
Packages that use BinaryArithmeticOperator Package Description org.hibernate.query.sqm org.hibernate.query.sqm.tree.expression org.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL treeorg.hibernate.type.spi -
-
Uses of BinaryArithmeticOperator in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return BinaryArithmeticOperator Modifier and Type Method Description static BinaryArithmeticOperator
BinaryArithmeticOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static BinaryArithmeticOperator[]
BinaryArithmeticOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BinaryArithmeticOperator in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return BinaryArithmeticOperator Modifier and Type Method Description BinaryArithmeticOperator
SqmBinaryArithmetic. getOperator()
Get the operatorConstructors in org.hibernate.query.sqm.tree.expression with parameters of type BinaryArithmeticOperator Constructor Description SqmBinaryArithmetic(BinaryArithmeticOperator operator, SqmExpression<?> lhsOperand, SqmExpression<?> rhsOperand, JpaMetamodel domainModel, NodeBuilder nodeBuilder)
SqmBinaryArithmetic(BinaryArithmeticOperator operator, SqmExpression<?> lhsOperand, SqmExpression<?> rhsOperand, SqmExpressible<T> expressibleType, NodeBuilder nodeBuilder)
-
Uses of BinaryArithmeticOperator in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return BinaryArithmeticOperator Modifier and Type Method Description BinaryArithmeticOperator
BinaryArithmeticExpression. getOperator()
Get the operationConstructors in org.hibernate.sql.ast.tree.expression with parameters of type BinaryArithmeticOperator Constructor Description BinaryArithmeticExpression(Expression lhsOperand, BinaryArithmeticOperator operator, Expression rhsOperand, BasicValuedMapping resultType)
-
Uses of BinaryArithmeticOperator in org.hibernate.type.spi
Methods in org.hibernate.type.spi with parameters of type BinaryArithmeticOperator Modifier and Type Method Description SqmExpressible<?>
TypeConfiguration. resolveArithmeticType(SqmExpressible<?> firstType, SqmExpressible<?> secondType, BinaryArithmeticOperator operator)
-