Class AbstractColumnReferenceQualifier

    • Constructor Detail

      • AbstractColumnReferenceQualifier

        public AbstractColumnReferenceQualifier()
    • Method Detail

      • getPrimaryTableReference

        protected abstract TableReference getPrimaryTableReference()
      • getTableReference

        public TableReference getTableReference​(NavigablePath navigablePath,
                                                String tableExpression,
                                                boolean resolve)
        Description copied from interface: ColumnReferenceQualifier
        Returns the table reference for the table expression, or null if not found.
        Specified by:
        getTableReference in interface ColumnReferenceQualifier
        Parameters:
        navigablePath - The path for which to look up the table reference, may be null
        tableExpression - The table expression for which to look up the table reference
        resolve - Whether to potentially create table reference joins for this table group