Verwendungen von Datensatzklasse
ch.nolix.systemapi.middataapi.modelapi.EntityCreationDto
Packages, die EntityCreationDto verwenden
Package
Beschreibung
-
Verwendungen von EntityCreationDto in ch.nolix.system.middata.adapter
Methoden in ch.nolix.system.middata.adapter mit Parametern vom Typ EntityCreationDtoModifizierer und TypMethodeBeschreibungfinal void
AbstractDataAdapter.insertEntity
(String tableName, EntityCreationDto newEntity) -
Verwendungen von EntityCreationDto in ch.nolix.system.nodemiddata.datawriter
Methoden in ch.nolix.system.nodemiddata.datawriter mit Parametern vom Typ EntityCreationDtoModifizierer und TypMethodeBeschreibungvoid
DataWriter.insertEntity
(String tableName, EntityCreationDto newEntity) static void
DataWriterActionProvider.insertEntity
(IMutableNode<?> nodeDatabase, TableSchemaViewDto tableView, EntityCreationDto newEntity) void
ExecutiveDataWriter.insertEntity
(TableSchemaViewDto tableView, EntityCreationDto newEntity) -
Verwendungen von EntityCreationDto in ch.nolix.system.nodemiddata.nodemapper
Methoden in ch.nolix.system.nodemiddata.nodemapper mit Parametern vom Typ EntityCreationDtoModifizierer und TypMethodeBeschreibungINode
<?> EntityIndexNodeMapper.mapEntityCreationDtoToEntityIndexNode
(EntityCreationDto entityCreationDto, String tableId) INode
<?> EntityNodeMapper.mapEntityCreationDtoToEntityNode
(EntityCreationDto newEntity, TableSchemaViewDto tableView, long saveStamp) -
Verwendungen von EntityCreationDto in ch.nolix.system.objectdata.middatamodelmapper
Methoden in ch.nolix.system.objectdata.middatamodelmapper, die EntityCreationDto zurückgebenModifizierer und TypMethodeBeschreibungEntityDtoMapper.mapEntityToEntityCreationDto
(IEntity entity) -
Verwendungen von EntityCreationDto in ch.nolix.system.sqlmiddata.datawriter
Methoden in ch.nolix.system.sqlmiddata.datawriter mit Parametern vom Typ EntityCreationDtoModifizierer und TypMethodeBeschreibungvoid
DataWriter.insertEntity
(String tableName, EntityCreationDto newEntity) void
ExecutiveDataWriter.insertEntity
(String tableName, EntityCreationDto newEntity) -
Verwendungen von EntityCreationDto in ch.nolix.system.sqlmiddata.statementcreator
Methoden in ch.nolix.system.sqlmiddata.statementcreator mit Parametern vom Typ EntityCreationDtoModifizierer und TypMethodeBeschreibungEntityStatementCreator.createStatementToInsertEntity
(String tableName, EntityCreationDto newEntity) -
Verwendungen von EntityCreationDto in ch.nolix.systemapi.middataapi.adapterapi
Methoden in ch.nolix.systemapi.middataapi.adapterapi mit Parametern vom Typ EntityCreationDtoModifizierer und TypMethodeBeschreibungvoid
IDataWriter.insertEntity
(String tableName, EntityCreationDto newEntity) Inserts the given newEntity into the table with the given tableName. -
Verwendungen von EntityCreationDto in ch.nolix.systemapi.nodemiddataapi.nodemapperapi
Methoden in ch.nolix.systemapi.nodemiddataapi.nodemapperapi mit Parametern vom Typ EntityCreationDtoModifizierer und TypMethodeBeschreibungINode
<?> IEntityIndexNodeMapper.mapEntityCreationDtoToEntityIndexNode
(EntityCreationDto entityCreationDto, String tableId) INode
<?> IEntityNodeMapper.mapEntityCreationDtoToEntityNode
(EntityCreationDto entityCreationDto, TableSchemaViewDto tableView, long saveStamp) -
Verwendungen von EntityCreationDto in ch.nolix.systemapi.objectdataapi.middatamodelmapperapi
Methoden in ch.nolix.systemapi.objectdataapi.middatamodelmapperapi, die EntityCreationDto zurückgebenModifizierer und TypMethodeBeschreibungIEntityDtoMapper.mapEntityToEntityCreationDto
(IEntity entity) -
Verwendungen von EntityCreationDto in ch.nolix.systemapi.sqlmiddataapi.statementcreatorapi
Methoden in ch.nolix.systemapi.sqlmiddataapi.statementcreatorapi mit Parametern vom Typ EntityCreationDtoModifizierer und TypMethodeBeschreibungIEntityStatementCreator.createStatementToInsertEntity
(String tableName, EntityCreationDto newEntity)