Class SimpleFromClauseAccessImpl

    • Constructor Detail

      • SimpleFromClauseAccessImpl

        public SimpleFromClauseAccessImpl()
      • SimpleFromClauseAccessImpl

        public SimpleFromClauseAccessImpl​(FromClauseAccess parent)
    • Method Detail

      • findTableGroup

        public TableGroup findTableGroup​(NavigablePath navigablePath)
        Description copied from interface: FromClauseAccess
        Find a TableGroup by the NavigablePath it is registered under, and if not found on the current from clause level, ask the parent. Returns null if no TableGroup is registered under that NavigablePath
        Specified by:
        findTableGroup in interface FromClauseAccess