Interface InsertManyToManyRelationRecord

    • Method Detail

      • getSourcePk

        PK getSourcePk()
        Gets source PK.
      • getTargetPk

        PK getTargetPk()
        Gets target PK.
      • getSourceToTargetPosition

        java.lang.Integer getSourceToTargetPosition()
        Gets source to target position for ordering.
        Returns:
        source to target position. Could be null if position is not known or not applicable
      • setSourceToTargetPosition

        void setSourceToTargetPosition​(java.lang.Integer position)
        Sets the source to target position.
        Parameters:
        position - Source to target position
      • getTargetToSourcePosition

        java.lang.Integer getTargetToSourcePosition()
        Gets target to source position for ordering.
        Returns:
        target to source position. Could be null if position is not known or not applicable
      • setTargetToSourcePosition

        void setTargetToSourcePosition​(java.lang.Integer position)
        Sets the target to source position.
        Parameters:
        position - Target to source position