Schnittstelle IEntityNodeMapper

Alle bekannten Implementierungsklassen:
EntityNodeMapper

public interface IEntityNodeMapper
Version:
2025-01-11
Autor:
Silvan Wyss
  • 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.