Interface ISqlSchemaColumnDtoMapper
- All Known Implementing Classes:
SqlSchemaColumnDtoMapper
public interface ISqlSchemaColumnDtoMapper
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
mapColumnDtoToSqlSchemaColumnDtos
- Parameters:
columnDto-- Returns:
- new
ColumnDtos from the given columnDto. - Throws:
RuntimeException- if the given columnDto is null.
-