Class DbJoin

    • Method Detail

      • createReverseJoin

        public DbJoin createReverseJoin()
        Returns a "reverse" join. Join source relationship is not set and must be initialized by the caller.
      • getSource

        public DbAttribute getSource()
        Returns DbAttribute on on the left side of the join.
      • getSourceName

        public String getSourceName()
      • getTargetName

        public String getTargetName()
      • setRelationship

        public void setRelationship​(DbRelationship relationship)
      • setSourceName

        public void setSourceName​(String string)
      • setTargetName

        public void setTargetName​(String string)