Uses of Interface
org.hibernate.sql.ast.spi.SqlAliasBaseGenerator
Packages that use SqlAliasBaseGenerator
Package
Description
Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
-
Uses of SqlAliasBaseGenerator in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return SqlAliasBaseGenerator -
Uses of SqlAliasBaseGenerator in org.hibernate.query.results.internal
Methods in org.hibernate.query.results.internal that return SqlAliasBaseGenerator -
Uses of SqlAliasBaseGenerator in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return SqlAliasBaseGeneratorModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.getSqlAliasBaseGenerator()FakeSqmToSqlAstConverter.getSqlAliasBaseGenerator() -
Uses of SqlAliasBaseGenerator in org.hibernate.sql.ast.spi
Classes in org.hibernate.sql.ast.spi that implement SqlAliasBaseGeneratorModifier and TypeClassDescriptionclassHelper used in creating unique SQL table aliases for a SQL ASTMethods in org.hibernate.sql.ast.spi that return SqlAliasBaseGeneratorMethods in org.hibernate.sql.ast.spi with parameters of type SqlAliasBaseGeneratorModifier and TypeMethodDescriptionstatic SqlAliasBaseSqlAliasBase.from(SqlAliasBase explicitBase, String explicitSourceAlias, TableGroupProducer producer, SqlAliasBaseGenerator generator)