Uses of Record Class
ch.nolix.systemapi.midschemainfo.model.TableInfoDto
Packages that use TableInfoDto
Package
Description
-
Uses of TableInfoDto in ch.nolix.system.midschemainfo.modelmapper
Methods in ch.nolix.system.midschemainfo.modelmapper that return TableInfoDtoModifier and TypeMethodDescriptionTableInfoDtoMapper.mapMidSchemaTableDtoToTableViewDto(TableDto table) -
Uses of TableInfoDto in ch.nolix.system.midschemainfo.modelsearcher
Methods in ch.nolix.system.midschemainfo.modelsearcher that return TableInfoDtoModifier and TypeMethodDescriptionDatabaseInfoSearcher.getTableViewByTableId(DatabaseInfoDto databaseView, String tableId) DatabaseInfoSearcherForDatabaseView.getTableViewByTableId(String tableId) DatabaseInfoSearcher.getTableViewByTableName(DatabaseInfoDto databaseView, String tableName) DatabaseInfoSearcherForDatabaseView.getTableViewByTableName(String tableName) Methods in ch.nolix.system.midschemainfo.modelsearcher with parameters of type TableInfoDtoModifier and TypeMethodDescriptionTableInfoSearcher.getColumnViewByColumnId(TableInfoDto tableInfoDto, String columnId) TableInfoSearcher.getColumnViewByColumnName(TableInfoDto tableInfoDto, String columnName) -
Uses of TableInfoDto in ch.nolix.system.nodemiddata.datawriter
Methods in ch.nolix.system.nodemiddata.datawriter with parameters of type TableInfoDtoModifier and TypeMethodDescriptionstatic voidDataWriterActionProvider.updateEntity(IMutableNode<?> database, EntityUpdateDto entityUpdate, TableInfoDto tableView) voidExecutiveDataWriter.updateEntity(EntityUpdateDto entityUpdate, TableInfoDto tableView) -
Uses of TableInfoDto in ch.nolix.system.nodemiddata.loader
Methods in ch.nolix.system.nodemiddata.loader with parameters of type TableInfoDtoModifier and TypeMethodDescriptionInternalDataReader.loadEntitiesOfTable(TableInfoDto tableView) InternalDataReader.loadEntity(TableInfoDto tableView, String id) -
Uses of TableInfoDto in ch.nolix.system.nodemiddata.modelmapper
Methods in ch.nolix.system.nodemiddata.modelmapper with parameters of type TableInfoDtoModifier and TypeMethodDescriptionContentFieldDtoMapper.mapEntityNodeToContentFieldDtos(IMutableNode<?> entityNode, TableInfoDto tableView) EntityLoadingDtoMapper.mapEntityNodeToEntityLoadingDto(IMutableNode<?> entityNode, TableInfoDto tableView) -
Uses of TableInfoDto in ch.nolix.system.nodemiddata.nodemapper
Methods in ch.nolix.system.nodemiddata.nodemapper with parameters of type TableInfoDtoModifier and TypeMethodDescriptionINode<?> EntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto newEntity, TableInfoDto tableView, long saveStamp) IContainer<INode<?>> FieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableInfoDto tableView) -
Uses of TableInfoDto in ch.nolix.system.nodemiddata.schemaviewmodelmapper
Methods in ch.nolix.system.nodemiddata.schemaviewmodelmapper that return TableInfoDtoModifier and TypeMethodDescriptionTableSchemaViewDtoMapper.mapTableNodeToTableViewDto(IMutableNode<?> tableNode) -
Uses of TableInfoDto in ch.nolix.system.sqlmiddata.loader
Methods in ch.nolix.system.sqlmiddata.loader with parameters of type TableInfoDtoModifier and TypeMethodDescriptionSchematicEntityLoader.loadEntitiesByTable(TableInfoDto tableView) SchematicEntityLoader.loadEntityByTableAndId(TableInfoDto tableView, String id) -
Uses of TableInfoDto in ch.nolix.system.sqlmiddata.modelmapper
Methods in ch.nolix.system.sqlmiddata.modelmapper with parameters of type TableInfoDtoModifier and TypeMethodDescriptionLoadedEntityDtoMapper.mapSqlRecordToEntityLoadingDto(ISqlRecord sqlRecord, TableInfoDto tableView) -
Uses of TableInfoDto in ch.nolix.system.sqlmiddata.querycreator
Methods in ch.nolix.system.sqlmiddata.querycreator with parameters of type TableInfoDtoModifier and TypeMethodDescriptionEntityQueryCreator.createQueryToLoadEntitiesByTable(TableInfoDto tableView) EntityQueryCreator.createQueryToLoadEntityByTableAndId(String id, TableInfoDto tableView) -
Uses of TableInfoDto in ch.nolix.systemapi.middata.loader
Methods in ch.nolix.systemapi.middata.loader with parameters of type TableInfoDtoModifier and TypeMethodDescriptionISchematicEntityLoader.loadEntitiesByTable(TableInfoDto table) ISchematicEntityLoader.loadEntityByTableAndId(TableInfoDto table, String id) -
Uses of TableInfoDto in ch.nolix.systemapi.midschemainfo.model
Methods in ch.nolix.systemapi.midschemainfo.model that return types with arguments of type TableInfoDtoModifier and TypeMethodDescriptionDatabaseInfoDto.tableViews()Returns the value of thetableViewsrecord component.Constructor parameters in ch.nolix.systemapi.midschemainfo.model with type arguments of type TableInfoDtoModifierConstructorDescriptionDatabaseInfoDto(String name, IContainer<TableInfoDto> tableViews) Creates an instance of aDatabaseInfoDtorecord class. -
Uses of TableInfoDto in ch.nolix.systemapi.midschemainfo.modelmapper
Methods in ch.nolix.systemapi.midschemainfo.modelmapper that return TableInfoDtoModifier and TypeMethodDescriptionITableInfoDtoMapper.mapMidSchemaTableDtoToTableViewDto(TableDto tableDto) -
Uses of TableInfoDto in ch.nolix.systemapi.midschemainfo.modelsearcher
Methods in ch.nolix.systemapi.midschemainfo.modelsearcher that return TableInfoDtoModifier and TypeMethodDescriptionIDatabaseInfoSearcher.getTableViewByTableId(DatabaseInfoDto databaseView, String tableId) IDatabaseInfoSearcherForDatabaseInfo.getTableViewByTableId(String tableId) IDatabaseInfoSearcher.getTableViewByTableName(DatabaseInfoDto databaseView, String tableName) IDatabaseInfoSearcherForDatabaseInfo.getTableViewByTableName(String tableName) Methods in ch.nolix.systemapi.midschemainfo.modelsearcher with parameters of type TableInfoDtoModifier and TypeMethodDescriptionITableInfoSearcher.getColumnViewByColumnId(TableInfoDto tableInfoDto, String columnId) ITableInfoSearcher.getColumnViewByColumnName(TableInfoDto tableInfoDto, String columnName) -
Uses of TableInfoDto in ch.nolix.systemapi.nodemiddata.modelmapper
Methods in ch.nolix.systemapi.nodemiddata.modelmapper with parameters of type TableInfoDtoModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapEntityNodeToContentFieldDtos(IMutableNode<?> entityNode, TableInfoDto tableView) IEntityLoadingDtoMapper.mapEntityNodeToEntityLoadingDto(IMutableNode<?> entityNode, TableInfoDto tableView) -
Uses of TableInfoDto in ch.nolix.systemapi.nodemiddata.nodemapper
Methods in ch.nolix.systemapi.nodemiddata.nodemapper with parameters of type TableInfoDtoModifier and TypeMethodDescriptionINode<?> IEntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto entityCreationDto, TableInfoDto tableView, long saveStamp) IContainer<INode<?>> IFieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableInfoDto tableView) -
Uses of TableInfoDto in ch.nolix.systemapi.nodemiddata.schemaviewmodelmapper
Methods in ch.nolix.systemapi.nodemiddata.schemaviewmodelmapper that return TableInfoDtoModifier and TypeMethodDescriptionITableSchemaViewDtoMapper.mapTableNodeToTableViewDto(IMutableNode<?> tableNode) -
Uses of TableInfoDto in ch.nolix.systemapi.sqlmiddata.modelmapper
Methods in ch.nolix.systemapi.sqlmiddata.modelmapper with parameters of type TableInfoDtoModifier and TypeMethodDescriptionILoadedEntityDtoMapper.mapSqlRecordToEntityLoadingDto(ISqlRecord sqlRecord, TableInfoDto tableView) -
Uses of TableInfoDto in ch.nolix.systemapi.sqlmiddata.querycreator
Methods in ch.nolix.systemapi.sqlmiddata.querycreator with parameters of type TableInfoDtoModifier and TypeMethodDescriptionIEntityQueryCreator.createQueryToLoadEntitiesByTable(TableInfoDto tableView) IEntityQueryCreator.createQueryToLoadEntityByTableAndId(String id, TableInfoDto tableView)