Class ExtraValueJoin

    • Constructor Detail

      • ExtraValueJoin

        ExtraValueJoin​(ExtraValue extraValue,
                       JoinType joinType)
        Create a new join using the root entity table as the left table. SELECT ... FROM rootTable JOIN extraValueTable.

        The extra value table and which columns should be used in the join is found by examining the extra value properties, ie. value type and coordinate type.

        Parameters:
        extraValue - The extra value to join
        joinType - The type of join