Schnittstelle IEntityNodeMapper
- Alle bekannten Implementierungsklassen:
EntityNodeMapper
public interface IEntityNodeMapper
- Version:
- 2025-01-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungINode
<?> mapEntityCreationDtoToEntityNode
(EntityCreationDto entityCreationDto, TableSchemaViewDto tableView, long saveStamp)
-
Methodendetails
-
mapEntityCreationDtoToEntityNode
INode<?> mapEntityCreationDtoToEntityNode(EntityCreationDto entityCreationDto, TableSchemaViewDto tableView, long saveStamp) - Parameter:
entityCreationDto
-tableView
-saveStamp
-- Gibt zurück:
- a new entity node from the given entityCreationDto.
- Löst aus:
RuntimeException
- if the given entityCreationDto is null.
-