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
Modifier and TypeMethodDescriptioncreateSqlAliasBase
(String stem) Generate the SqlAliasBase based on the given stem.
-
Method Details
-
createSqlAliasBase
Generate the SqlAliasBase based on the given stem.
-