Uses of Record Class
ch.nolix.systemapi.middata.model.EntityLoadingDto
Packages that use EntityLoadingDto
Package
Description
-
Uses of EntityLoadingDto in ch.nolix.system.middata.adapter
Methods in ch.nolix.system.middata.adapter that return EntityLoadingDtoModifier and TypeMethodDescriptionfinal EntityLoadingDtoAbstractDataAdapter.loadEntity(String tableName, String id) Methods in ch.nolix.system.middata.adapter that return types with arguments of type EntityLoadingDtoModifier and TypeMethodDescriptionfinal IContainer<EntityLoadingDto> AbstractDataAdapter.loadEntities(String tableName) -
Uses of EntityLoadingDto in ch.nolix.system.nodemiddata.loader
Methods in ch.nolix.system.nodemiddata.loader that return EntityLoadingDtoModifier and TypeMethodDescriptionDataReader.loadEntity(String tableName, String entityId) InternalDataReader.loadEntity(TableInfoDto tableView, String id) Methods in ch.nolix.system.nodemiddata.loader that return types with arguments of type EntityLoadingDtoModifier and TypeMethodDescriptionDataReader.loadEntities(String tableName) InternalDataReader.loadEntitiesOfTable(TableInfoDto tableView) -
Uses of EntityLoadingDto in ch.nolix.system.nodemiddata.modelmapper
Methods in ch.nolix.system.nodemiddata.modelmapper that return EntityLoadingDtoModifier and TypeMethodDescriptionEntityLoadingDtoMapper.mapEntityNodeToEntityLoadingDto(IMutableNode<?> entityNode, TableInfoDto tableView) -
Uses of EntityLoadingDto in ch.nolix.system.objectdata.entitytool
Methods in ch.nolix.system.objectdata.entitytool with parameters of type EntityLoadingDtoModifier and TypeMethodDescriptionvoidEntityContentFieldsFiller.fillUpEntityContentFieldsFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the content fields of the given entity from the given entityLoadingDto.voidEntityFiller.fillUpEntityFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the given entity from the given entityLoadingDto. -
Uses of EntityLoadingDto in ch.nolix.system.sqlmiddata.loader
Methods in ch.nolix.system.sqlmiddata.loader that return EntityLoadingDtoModifier and TypeMethodDescriptionDataReader.loadEntity(String tableName, String entityId) SchematicEntityLoader.loadEntityByTableAndId(TableInfoDto tableView, String id) Methods in ch.nolix.system.sqlmiddata.loader that return types with arguments of type EntityLoadingDtoModifier and TypeMethodDescriptionDataReader.loadEntities(String tableName) SchematicEntityLoader.loadEntitiesByTable(TableInfoDto tableView) -
Uses of EntityLoadingDto in ch.nolix.system.sqlmiddata.modelmapper
Methods in ch.nolix.system.sqlmiddata.modelmapper that return EntityLoadingDtoModifier and TypeMethodDescriptionLoadedEntityDtoMapper.mapSqlRecordToEntityLoadingDto(ISqlRecord sqlRecord, TableInfoDto tableView) -
Uses of EntityLoadingDto in ch.nolix.systemapi.middata.loader
Methods in ch.nolix.systemapi.middata.loader that return EntityLoadingDtoModifier and TypeMethodDescriptionIDataReader.loadEntity(String tableName, String entityId) ISchematicEntityLoader.loadEntityByTableAndId(TableInfoDto table, String id) Methods in ch.nolix.systemapi.middata.loader that return types with arguments of type EntityLoadingDtoModifier and TypeMethodDescriptionIDataReader.loadEntities(String tableName) ISchematicEntityLoader.loadEntitiesByTable(TableInfoDto table) -
Uses of EntityLoadingDto in ch.nolix.systemapi.nodemiddata.modelmapper
Methods in ch.nolix.systemapi.nodemiddata.modelmapper that return EntityLoadingDtoModifier and TypeMethodDescriptionIEntityLoadingDtoMapper.mapEntityNodeToEntityLoadingDto(IMutableNode<?> entityNode, TableInfoDto tableView) -
Uses of EntityLoadingDto in ch.nolix.systemapi.objectdata.entitytool
Methods in ch.nolix.systemapi.objectdata.entitytool with parameters of type EntityLoadingDtoModifier and TypeMethodDescriptionvoidIEntityContentFieldsFiller.fillUpEntityContentFieldsFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the content fields of the given entity from the given entityLoadingDto.voidIEntityFiller.fillUpEntityFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the given entity from the given entityLoadingDto. -
Uses of EntityLoadingDto in ch.nolix.systemapi.sqlmiddata.modelmapper
Methods in ch.nolix.systemapi.sqlmiddata.modelmapper that return EntityLoadingDtoModifier and TypeMethodDescriptionILoadedEntityDtoMapper.mapSqlRecordToEntityLoadingDto(ISqlRecord sqlRecord, TableInfoDto tableView)