Class DatabaseSchemaViewDtoMapper
java.lang.Object
ch.nolix.system.nodemiddata.schemaviewmodelmapper.DatabaseSchemaViewDtoMapper
- All Implemented Interfaces:
IDatabaseSchemaViewDtoMapper
public final class DatabaseSchemaViewDtoMapper
extends Object
implements IDatabaseSchemaViewDtoMapper
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DatabaseSchemaViewDtoMapper
public DatabaseSchemaViewDtoMapper()
-
-
Method Details
-
mapTableNodeToTableViewDto
- Specified by:
mapTableNodeToTableViewDtoin interfaceIDatabaseSchemaViewDtoMapper- Parameters:
nodeDatabase-- Returns:
- a new
DatabaseViewDtowith the given databaseName from the given nodeDatabase.
-