Uses of Interface
org.hibernate.sql.ast.spi.SqlAliasBaseGenerator
-
Packages that use SqlAliasBaseGenerator Package Description org.hibernate.loader.ast.internal org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast.spi 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 Modifier and Type Method Description SqlAliasBaseGeneratorLoaderSqlAstCreationState. getSqlAliasBaseGenerator() -
Uses of SqlAliasBaseGenerator in org.hibernate.query.results
Methods in org.hibernate.query.results that return SqlAliasBaseGenerator Modifier and Type Method Description SqlAliasBaseGeneratorDomainResultCreationStateImpl. getSqlAliasBaseGenerator() -
Uses of SqlAliasBaseGenerator in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return SqlAliasBaseGenerator Modifier and Type Method Description SqlAliasBaseGeneratorBaseSqmToSqlAstConverter. getSqlAliasBaseGenerator()SqlAliasBaseGeneratorFakeSqmToSqlAstConverter. getSqlAliasBaseGenerator() -
Uses of SqlAliasBaseGenerator in org.hibernate.sql.ast.spi
Classes in org.hibernate.sql.ast.spi that implement SqlAliasBaseGenerator Modifier and Type Class Description classSqlAliasBaseManagerHelper used in creating unique SQL table aliases for a SQL ASTMethods in org.hibernate.sql.ast.spi that return SqlAliasBaseGenerator Modifier and Type Method Description SqlAliasBaseGeneratorSqlAstCreationState. getSqlAliasBaseGenerator()Methods in org.hibernate.sql.ast.spi with parameters of type SqlAliasBaseGenerator Modifier and Type Method Description static SqlAliasBaseSqlAliasBase. from(SqlAliasBase explicitBase, String explicitSourceAlias, TableGroupProducer producer, SqlAliasBaseGenerator generator)
-