Package org.hibernate.sql.ast.spi
Interface SqlAliasBaseGenerator
-
- All Known Implementing Classes:
SqlAliasBaseManager
public interface SqlAliasBaseGenerator
Generator for SqlAliasBase instances based on a stem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlAliasBase
createSqlAliasBase(String stem)
Generate the SqlAliasBase based on the given stem.
-
-
-
Method Detail
-
createSqlAliasBase
SqlAliasBase createSqlAliasBase(String stem)
Generate the SqlAliasBase based on the given stem.
-
-