Uses of Record Class
ch.nolix.systemapi.middata.model.EntityUpdateDto
Packages that use EntityUpdateDto
Package
Description
-
Uses of EntityUpdateDto in ch.nolix.system.middata.adapter
Methods in ch.nolix.system.middata.adapter with parameters of type EntityUpdateDtoModifier and TypeMethodDescriptionfinal voidAbstractDataAdapter.updateEntity(String tableName, EntityUpdateDto entityUpdate) Updates the entity, that belongs to the table with the given tableName, in the database according to the given entityUpdate. -
Uses of EntityUpdateDto in ch.nolix.system.nodemiddata.datawriter
Methods in ch.nolix.system.nodemiddata.datawriter with parameters of type EntityUpdateDtoModifier and TypeMethodDescriptionvoidDataWriter.updateEntity(String tableName, EntityUpdateDto entityUpdate) Updates the entity, that belongs to the table with the given tableName, in the database according to the given entityUpdate.static voidDataWriterActionProvider.updateEntity(IMutableNode<?> database, EntityUpdateDto entityUpdate, TableViewDto tableView) voidExecutiveDataWriter.updateEntity(EntityUpdateDto entityUpdate, TableViewDto tableView) -
Uses of EntityUpdateDto in ch.nolix.system.objectdata.middatamodelmapper
Methods in ch.nolix.system.objectdata.middatamodelmapper that return EntityUpdateDto -
Uses of EntityUpdateDto in ch.nolix.system.sqlmiddata.datawriter
Methods in ch.nolix.system.sqlmiddata.datawriter with parameters of type EntityUpdateDtoModifier and TypeMethodDescriptionvoidDataWriter.updateEntity(String tableName, EntityUpdateDto entityUpdate) Updates the entity, that belongs to the table with the given tableName, in the database according to the given entityUpdate.voidExecutiveDataWriter.updateEntityOnTable(String tableName, EntityUpdateDto entityUpdate) -
Uses of EntityUpdateDto in ch.nolix.system.sqlmiddata.statementcreator
Methods in ch.nolix.system.sqlmiddata.statementcreator with parameters of type EntityUpdateDtoModifier and TypeMethodDescriptionEntityStatementCreator.createStatementToUpdateEntityOnTable(String tableName, EntityUpdateDto entityUpdate) -
Uses of EntityUpdateDto in ch.nolix.systemapi.middata.adapter
Methods in ch.nolix.systemapi.middata.adapter with parameters of type EntityUpdateDtoModifier and TypeMethodDescriptionvoidIDataWriter.updateEntity(String tableName, EntityUpdateDto entityUpdate) Updates the entity, that belongs to the table with the given tableName, in the database according to the given entityUpdate. -
Uses of EntityUpdateDto in ch.nolix.systemapi.objectdata.middatamodelmapper
Methods in ch.nolix.systemapi.objectdata.middatamodelmapper that return EntityUpdateDto -
Uses of EntityUpdateDto in ch.nolix.systemapi.sqlmiddata.statementcreator
Methods in ch.nolix.systemapi.sqlmiddata.statementcreator with parameters of type EntityUpdateDtoModifier and TypeMethodDescriptionIEntityStatementCreator.createStatementToUpdateEntityOnTable(String tableName, EntityUpdateDto entityUpdate)