Interface ISqlSchemaTableDtoMapper

All Known Implementing Classes:
SqlSchemaTableDtoMapper

public interface ISqlSchemaTableDtoMapper
Author:
Silvan Wyss
  • Method Details

    • mapTableDtoSqlSchemaTableDto

      TableDto mapTableDtoSqlSchemaTableDto(TableDto tableDto)
      Parameters:
      tableDto -
      Returns:
      a new TableDto from the given tableDto.
      Throws:
      RuntimeException - if the given tableDto is null.