Uses of Class
org.hibernate.query.sqm.BinaryArithmeticOperator
-
Packages that use BinaryArithmeticOperator 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.org.hibernate.type.spi Defines a registry for HibernateTypes. -
-
Uses of BinaryArithmeticOperator in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return BinaryArithmeticOperator Modifier and Type Method Description static BinaryArithmeticOperatorBinaryArithmeticOperator. 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.internal
Methods in org.hibernate.query.sqm.internal with parameters of type BinaryArithmeticOperator Modifier and Type Method Description static voidTypecheckUtil. 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 BinaryArithmeticOperator Modifier and Type Method Description BinaryArithmeticOperatorSqmBinaryArithmetic. 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 BinaryArithmeticOperatorBinaryArithmeticExpression. 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)
-