Package org.hibernate.sql.ast.spi
Interface SqlAliasBase
-
- All Known Implementing Classes:
SqlAliasBaseConstant
,SqlAliasBaseImpl
public interface SqlAliasBase
A generator for new incremental SQL aliases based on a stem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
generateNewAlias()
Generates a new alias based on the stemString
getAliasStem()
The stem for unique alias generation
-