Uses of Enum Class
org.hibernate.query.sqm.BinaryArithmeticOperator
Packages that use BinaryArithmeticOperator
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.
Defines a registry for Hibernate
Type
s.-
Uses of BinaryArithmeticOperator in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return BinaryArithmeticOperatorModifier and TypeMethodDescriptionstatic BinaryArithmeticOperator
Returns the enum constant of this class with the specified name.static BinaryArithmeticOperator[]
BinaryArithmeticOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BinaryArithmeticOperator in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type BinaryArithmeticOperatorModifier and TypeMethodDescriptionstatic void
TypecheckUtil.assertOperable
(SqmExpression<?> left, SqmExpression<?> right, BinaryArithmeticOperator op) -
Uses of BinaryArithmeticOperator in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return BinaryArithmeticOperatorConstructors in org.hibernate.query.sqm.tree.expression with parameters of type BinaryArithmeticOperatorModifierConstructorDescriptionSqmBinaryArithmetic
(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 BinaryArithmeticOperatorConstructors in org.hibernate.sql.ast.tree.expression with parameters of type BinaryArithmeticOperatorModifierConstructorDescriptionBinaryArithmeticExpression
(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 BinaryArithmeticOperatorModifier and TypeMethodDescriptionTypeConfiguration.resolveArithmeticType
(SqmExpressible<?> firstType, SqmExpressible<?> secondType, BinaryArithmeticOperator operator)