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