Uses of Class
org.hibernate.sql.ast.tree.expression.TrimSpecification
-
Packages that use TrimSpecification Package Description org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of TrimSpecification in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type TrimSpecification Modifier and Type Method Description void
SqlAstWalker. visitTrimSpecification(TrimSpecification trimSpecification)
-
Uses of TrimSpecification in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type TrimSpecification Modifier and Type Method Description void
AbstractSqlAstTranslator. visitTrimSpecification(TrimSpecification trimSpecification)
void
AbstractSqlAstWalker. visitTrimSpecification(TrimSpecification trimSpecification)
void
AggregateFunctionChecker. visitTrimSpecification(TrimSpecification trimSpecification)
void
ExpressionReplacementWalker. visitTrimSpecification(TrimSpecification trimSpecification)
-