Interface IDatabaseSchemaViewDtoMapper
- All Known Implementing Classes:
DatabaseSchemaViewDtoMapper
public interface IDatabaseSchemaViewDtoMapper
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
mapTableNodeToTableViewDto
- Parameters:
nodeDatabase-- Returns:
- a new
DatabaseViewDtowith the given databaseName from the given nodeDatabase. - Throws:
RuntimeException- if the given nodeDatabase is null.
-