Class GuaranteedTableAliasCalculator


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