Uses of Class
org.hibernate.sql.ast.tree.expression.Overflow
Packages that use Overflow
Package
Description
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
-
Uses of Overflow in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type Overflow -
Uses of Overflow in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type OverflowModifier and TypeMethodDescriptionvoidAbstractSqlAstTranslator.visitOverflow(Overflow overflow) voidAbstractSqlAstWalker.visitOverflow(Overflow overflow) voidAggregateFunctionChecker.visitOverflow(Overflow overflow) voidExpressionReplacementWalker.visitOverflow(Overflow overflow)