Class GuaranteedTableAliasCalculator

java.lang.Object
org.mybatis.dynamic.sql.render.ExplicitTableAliasCalculator
org.mybatis.dynamic.sql.render.GuaranteedTableAliasCalculator
All Implemented Interfaces:
TableAliasCalculator

public class GuaranteedTableAliasCalculator extends ExplicitTableAliasCalculator
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