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
      • findTableGroupForGetOrCreate

        public TableGroup findTableGroupForGetOrCreate​(NavigablePath navigablePath)
        Description copied from interface: FromClauseAccess
        Find the TableGroup by the NavigablePath for the purpose of creating a new TableGroup if none can be found. Returns null if no TableGroup or parent table group is registered under that NavigablePath
        Specified by:
        findTableGroupForGetOrCreate in interface FromClauseAccess