Uses of Interface
ch.nolix.systemapi.objectdata.model.ITable
Packages that use ITable
Package
Description
-
Uses of ITable in ch.nolix.system.objectdata.adapter
Methods in ch.nolix.system.objectdata.adapter that return ITableModifier and TypeMethodDescriptionAbstractDataAdapter.getStoredTableByEntityType(Class<E> entityType) -
Uses of ITable in ch.nolix.system.objectdata.model
Classes in ch.nolix.system.objectdata.model that implement ITableMethods in ch.nolix.system.objectdata.model that return ITableModifier and TypeMethodDescriptionBackReference.getStoredBackReferencedTable()MultiBackReferenceEntry.getStoredBackReferencedTable()OptionalBackReference.getStoredBackReferencedTable()AbstractEntity.getStoredParentTable()AbstractField.getStoredParentTable()Column.getStoredParentTable()MultiBackReferenceEntry.getStoredParentTable()OptionalReference.getStoredReferencedTable()Reference.getStoredReferencedTable()Database.getStoredTableByEntityType(Class<E> entityType) Database.getStoredTableByName(String name) Table.insertEntity(E entity) Methods in ch.nolix.system.objectdata.model that return types with arguments of type ITableModifier and TypeMethodDescriptionIContainer<? extends ITable<IEntity>> Column.getStoredReferenceableTables()IContainer<? extends ITable<IEntity>> Database.getStoredTables()Methods in ch.nolix.system.objectdata.model with parameters of type ITableModifier and TypeMethodDescriptionstatic IContainer<AbstractField> FieldFromTableCreator.createFieldsFromTable(ITable<? extends IEntity> table) final voidAbstractEntity.internalSetParentTable(ITable<? extends IEntity> parentTable) static <E extends IEntity>
EEntityLoader.loadEntityById(ITable<E> table, String id, IDataReader dataReader) Method parameters in ch.nolix.system.objectdata.model with type arguments of type ITableModifier and TypeMethodDescriptionstatic IColumnColumnMapper.mapMidSchemaColumnDtoToColumn(ColumnDto midSchemaColumnDto, Table<IEntity> parentTable, IContainer<? extends ITable<IEntity>> tables) static ColumnColumn.withParentTableAndIdAndNameAndFieldTypeAndDataTypeClassAndReferenceableTablesAndBackReferenceableColumns(Table<IEntity> parentTable, String id, String name, FieldType fieldType, Class<?> dataTypeClass, IContainer<? extends ITable<IEntity>> referenceableTables, IContainer<? extends IColumn> backReferenceableColumns) -
Uses of ITable in ch.nolix.system.objectdata.modelexaminer
Methods in ch.nolix.system.objectdata.modelexaminer with parameters of type ITableModifier and TypeMethodDescriptionbooleanTableExaminer.allNewAndEditedMandatoryFieldsAreSet(ITable<?> table) booleanTableExaminer.canInsertEntity(ITable<?> table) booleanTableExaminer.canInsertGivenEntity(ITable<?> table, IEntity entity) booleanEntityExaminer.canSetParentTable(IEntity entity, ITable<? extends IEntity> table) booleanTableExaminer.containsEntityWithGivenIdInLocalData(ITable<?> table, String id) booleanColumnExaminer.containsReferenceableTable(IColumn column, ITable<IEntity> referenceableTable) booleanTableExaminer.hasInsertedGivenEntityInLocalData(ITable<?> table, IEntity entity) -
Uses of ITable in ch.nolix.system.objectdata.modelsearcher
Methods in ch.nolix.system.objectdata.modelsearcher that return ITableModifier and TypeMethodDescriptionDatabaseSearcher.getStoredTableById(IDatabase database, String tableId) Methods in ch.nolix.system.objectdata.modelsearcher with parameters of type ITableModifier and TypeMethodDescriptionTableSearcher.getLocallyDeletedEntityIds(ITable<?> table) <E extends IEntity>
IContainer<IColumn> TableSearcher.getStoredColumsThatReferencesTable(ITable<E> table) -
Uses of ITable in ch.nolix.system.objectdata.modelvalidator
Methods in ch.nolix.system.objectdata.modelvalidator with parameters of type ITableModifier and TypeMethodDescriptionvoidTableValidator.assertCanInsertEntity(ITable<? extends IEntity> table, IEntity entity) voidEntityValidator.assertCanSetParentTable(IEntity entity, ITable<? extends IEntity> table) -
Uses of ITable in ch.nolix.systemapi.objectdata.adapter
Methods in ch.nolix.systemapi.objectdata.adapter that return ITable -
Uses of ITable in ch.nolix.systemapi.objectdata.model
Subinterfaces with type arguments of type ITable in ch.nolix.systemapi.objectdata.modelModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceIMultiBackReferenceEntry<E extends IEntity>interfaceIMultiReferenceEntry<E extends IEntity>Methods in ch.nolix.systemapi.objectdata.model that return ITableModifier and TypeMethodDescriptionIBackReference.getStoredBackReferencedTable()IMultiBackReferenceEntry.getStoredBackReferencedTable()IOptionalBackReference.getStoredBackReferencedTable()IColumn.getStoredParentTable()IMultiReferenceEntry.getStoredReferencedTable()IOptionalReference.getStoredReferencedTable()IReference.getStoredReferencedTable()IDatabase.getStoredTableByEntityType(Class<E> entityType) IDatabase.getStoredTableByName(String name) ITable.insertEntity(E entity) Methods in ch.nolix.systemapi.objectdata.model that return types with arguments of type ITableModifier and TypeMethodDescriptionIContainer<? extends ITable<IEntity>> IColumn.getStoredReferenceableTables()IContainer<? extends ITable<IEntity>> IDatabase.getStoredTables()Methods in ch.nolix.systemapi.objectdata.model with parameters of type ITableModifier and TypeMethodDescriptionvoidIEntity.internalSetParentTable(ITable<? extends IEntity> parentTable) -
Uses of ITable in ch.nolix.systemapi.objectdata.modelexaminer
Methods in ch.nolix.systemapi.objectdata.modelexaminer with parameters of type ITableModifier and TypeMethodDescriptionbooleanITableExaminer.allNewAndEditedMandatoryFieldsAreSet(ITable<?> table) booleanITableExaminer.canInsertEntity(ITable<?> table) booleanITableExaminer.canInsertGivenEntity(ITable<?> table, IEntity entity) booleanIEntityExaminer.canSetParentTable(IEntity entity, ITable<? extends IEntity> table) booleanITableExaminer.containsEntityWithGivenIdInLocalData(ITable<?> table, String id) booleanIColumnExaminer.containsReferenceableTable(IColumn column, ITable<IEntity> referenceableTable) booleanITableExaminer.hasInsertedGivenEntityInLocalData(ITable<?> table, IEntity entity) -
Uses of ITable in ch.nolix.systemapi.objectdata.modelsearcher
Methods in ch.nolix.systemapi.objectdata.modelsearcher that return ITableModifier and TypeMethodDescriptionIDatabaseSearcher.getStoredTableById(IDatabase database, String tableId) Methods in ch.nolix.systemapi.objectdata.modelsearcher with parameters of type ITableModifier and TypeMethodDescriptionITableSearcher.getLocallyDeletedEntityIds(ITable<?> table) <E extends IEntity>
IContainer<IColumn> ITableSearcher.getStoredColumsThatReferencesTable(ITable<E> table) -
Uses of ITable in ch.nolix.systemapi.objectdata.modelvalidator
Methods in ch.nolix.systemapi.objectdata.modelvalidator with parameters of type ITableModifier and TypeMethodDescriptionvoidITableValidator.assertCanInsertEntity(ITable<? extends IEntity> table, IEntity entity) voidIEntityValidator.assertCanSetParentTable(IEntity entity, ITable<? extends IEntity> table)