Uses of Class
org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
Packages that use BinaryArithmeticExpression
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
-
Uses of BinaryArithmeticExpression in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type BinaryArithmeticExpressionModifier and TypeMethodDescriptionvoid
CockroachSqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
H2SqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
HANASqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
MariaDBSqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
MySQLSqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
OracleSqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
PostgreSQLSqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
SQLServerSqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
SybaseASESqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
SybaseSqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
TiDBSqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) -
Uses of BinaryArithmeticExpression in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type BinaryArithmeticExpressionModifier and TypeMethodDescriptionvoid
SqlAstWalker.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) -
Uses of BinaryArithmeticExpression in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type BinaryArithmeticExpressionModifier and TypeMethodDescriptionprotected boolean
AbstractSqlAstTranslator.isIntegerDivisionEmulationRequired
(BinaryArithmeticExpression expression) void
AbstractSqlAstTranslator.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
AbstractSqlAstWalker.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression) void
ExpressionReplacementWalker.visitBinaryArithmeticExpression
(BinaryArithmeticExpression arithmeticExpression)