Uses of Interface
ch.nolix.systemapi.objectdata.model.IColumn
Packages that use IColumn
Package
Description
-
Uses of IColumn in ch.nolix.system.objectdata.model
Classes in ch.nolix.system.objectdata.model that implement IColumnMethods in ch.nolix.system.objectdata.model that return IColumnModifier and TypeMethodDescriptionfinal IColumnAbstractField.getStoredParentColumn()static IColumnColumnMapper.mapMidSchemaColumnDtoToColumn(ColumnDto midSchemaColumnDto, Table<IEntity> parentTable, IContainer<? extends ITable<IEntity>> tables) Methods in ch.nolix.system.objectdata.model that return types with arguments of type IColumnModifier and TypeMethodDescriptionIContainer<? extends IColumn> Column.getStoredBackReferenceableColumns()Table.getStoredColumns()Methods in ch.nolix.system.objectdata.model with parameters of type IColumnModifier and TypeMethodDescriptionstatic AbstractFieldFieldMapper.mapColumnToField(IColumn column) -
Uses of IColumn in ch.nolix.system.objectdata.modelexaminer
Methods in ch.nolix.system.objectdata.modelexaminer with parameters of type IColumnModifier and TypeMethodDescriptionbooleanColumnExaminer.containsReferenceableTable(IColumn column, ITable<IEntity> referenceableTable) -
Uses of IColumn in ch.nolix.system.objectdata.modelsearcher
Methods in ch.nolix.system.objectdata.modelsearcher that return types with arguments of type IColumnModifier and TypeMethodDescription<E extends IEntity>
IContainer<IColumn> TableSearcher.getStoredColumsThatReferencesTable(ITable<E> table) -
Uses of IColumn in ch.nolix.systemapi.objectdata.model
Methods in ch.nolix.systemapi.objectdata.model that return IColumnMethods in ch.nolix.systemapi.objectdata.model that return types with arguments of type IColumnModifier and TypeMethodDescriptionIContainer<? extends IColumn> IColumn.getStoredBackReferenceableColumns()ITable.getStoredColumns() -
Uses of IColumn in ch.nolix.systemapi.objectdata.modelexaminer
Methods in ch.nolix.systemapi.objectdata.modelexaminer with parameters of type IColumnModifier and TypeMethodDescriptionbooleanIColumnExaminer.containsReferenceableTable(IColumn column, ITable<IEntity> referenceableTable) -
Uses of IColumn in ch.nolix.systemapi.objectdata.modelsearcher
Methods in ch.nolix.systemapi.objectdata.modelsearcher that return types with arguments of type IColumnModifier and TypeMethodDescription<E extends IEntity>
IContainer<IColumn> ITableSearcher.getStoredColumsThatReferencesTable(ITable<E> table)