Uses of Enum Class
org.hibernate.query.sqm.BinaryArithmeticOperator
Packages that use BinaryArithmeticOperator
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.
Defines a registry for Hibernate
Types.-
Uses of BinaryArithmeticOperator in org.hibernate.query.sqm
Subclasses with type arguments of type BinaryArithmeticOperator in org.hibernate.query.sqmModifier and TypeClassDescriptionenumEnumeration of standard binary arithmetic operatorsMethods in org.hibernate.query.sqm that return BinaryArithmeticOperatorModifier and TypeMethodDescriptionstatic BinaryArithmeticOperatorReturns 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.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, @Nullable SqmBindableType<T> expressibleType, NodeBuilder nodeBuilder) SqmBinaryArithmetic(BinaryArithmeticOperator operator, SqmExpression<?> lhsOperand, SqmExpression<?> rhsOperand, 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 TypeMethodDescription@Nullable SqmBindableType<?> TypeConfiguration.resolveArithmeticType(@Nullable SqmBindableType<?> firstType, @Nullable SqmBindableType<?> secondType, BinaryArithmeticOperator operator)