Class 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