Class TableSearcher
java.lang.Object
ch.nolix.system.objectdata.modelsearcher.TableSearcher
- All Implemented Interfaces:
ITableSearcher
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocallyDeletedEntityIds(ITable<?> table) <E extends IEntity>
ExtendedIterable<IColumn> getStoredColumsThatReferencesTable(ITable<E> table)
-
Constructor Details
-
TableSearcher
public TableSearcher()
-
-
Method Details
-
getLocallyDeletedEntityIds
- Specified by:
getLocallyDeletedEntityIdsin interfaceITableSearcher- Parameters:
table-- Returns:
- the ids of the locally deleted
IEntitys of the given table.
-
getStoredColumsThatReferencesTable
public <E extends IEntity> ExtendedIterable<IColumn> getStoredColumsThatReferencesTable(ITable<E> table) - Specified by:
getStoredColumsThatReferencesTablein interfaceITableSearcher- Type Parameters:
E-- Parameters:
table-- Returns:
- the
IColumns that references the given table.
-