Package org.hibernate.sql.ast.spi
Class SqlAliasBaseConstant
java.lang.Object
org.hibernate.sql.ast.spi.SqlAliasBaseConstant
- All Implemented Interfaces:
SqlAliasBase
A SqlAliasBase that always returns the same constant.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerates a new alias based on the stemThe stem for unique alias generationtoString()
-
Constructor Details
-
SqlAliasBaseConstant
-
-
Method Details
-
getAliasStem
Description copied from interface:SqlAliasBase
The stem for unique alias generation- Specified by:
getAliasStem
in interfaceSqlAliasBase
-
generateNewAlias
Description copied from interface:SqlAliasBase
Generates a new alias based on the stem- Specified by:
generateNewAlias
in interfaceSqlAliasBase
-
toString
-