Uses of Class
org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
-
Packages that use EntityTypeLiteral 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 EntityTypeLiteral in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type EntityTypeLiteral Modifier and Type Method Description void
SqlAstWalker. visitEntityTypeLiteral(EntityTypeLiteral expression)
-
Uses of EntityTypeLiteral in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type EntityTypeLiteral Modifier and Type Method Description void
AbstractSqlAstTranslator. visitEntityTypeLiteral(EntityTypeLiteral expression)
void
AbstractSqlAstWalker. visitEntityTypeLiteral(EntityTypeLiteral expression)
void
AggregateFunctionChecker. visitEntityTypeLiteral(EntityTypeLiteral expression)
void
ExpressionReplacementWalker. visitEntityTypeLiteral(EntityTypeLiteral expression)
-