Schnittstelle ITableDtoMapper

Alle bekannten Implementierungsklassen:
TableDtoMapper

public interface ITableDtoMapper
Version:
2025-05-11
Autor:
Silvan Wyss
  • Methodendetails

    • mapSqlRecordsWithNameAndDataTypeToTableDto

      TableDto mapSqlRecordsWithNameAndDataTypeToTableDto(String tableName, IContainer<ISqlRecord> sqlRecordsWithNameAndDataType)
      Parameter:
      tableName -
      sqlRecordsWithNameAndDataType -
      Gibt zurück:
      a new TableDto from the given sqlRecordsWithNameAndDataType.
      Löst aus:
      RuntimeException - if the given sqlRecordsWithNameAndDataType is null.
      RuntimeException - if the given one of the given sqlRecordsWithNameAndDataType is null.
    • mapSqlRecordsWithTableNameAndNameAndDataTypeToTableDtos

      IContainer<TableDto> mapSqlRecordsWithTableNameAndNameAndDataTypeToTableDtos(IContainer<ISqlRecord> sqlRecordsWithTableNameAndNameAndDataType)
      Parameter:
      sqlRecordsWithTableNameAndNameAndDataType -
      Gibt zurück:
      new TableDtos from the given sqlRecordsWithTableNameAndNameAndDataType.
      Löst aus:
      RuntimeException - if the given sqlRecordsWithTableNameAndNameAndDataType is null.
      RuntimeException - if the given one of the given sqlRecordsWithTableNameAndNameAndDataType is null.