Interface TableMappingModificationContext<ST extends SourceTable<?,​?>,​TT extends TargetTable<?,​?>>

    • Method Detail

      • getSourceTable

        ST getSourceTable()
        Returns the source table in the table mapping.
      • getTargetTable

        TT getTargetTable()
        Returns the target table in the table mapping.