Package org.mybatis.dynamic.sql.render
Class GuaranteedTableAliasCalculator
java.lang.Object
org.mybatis.dynamic.sql.render.ExplicitTableAliasCalculator
org.mybatis.dynamic.sql.render.GuaranteedTableAliasCalculator
- All Implemented Interfaces:
TableAliasCalculator
Returns the alias for a table if specified, or the table name itself.
This is useful for join rendering when we always want to have an alias for the table.
- Author:
- Jeff Butler
-
Method Summary
Methods inherited from class org.mybatis.dynamic.sql.render.ExplicitTableAliasCalculator
aliasForTable, of
-
Method Details
-
aliasForColumn
- Specified by:
aliasForColumn
in interfaceTableAliasCalculator
- Overrides:
aliasForColumn
in classExplicitTableAliasCalculator
-
of
-