Class TableSearcher
java.lang.Object
ch.nolix.system.databaseobject.modelexaminer.DatabaseObjectExaminer
ch.nolix.system.objectdata.modelsearcher.TableSearcher
- All Implemented Interfaces:
IDatabaseObjectExaminer, ITableSearcher
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocallyDeletedEntityIds(ITable<?> table) <E extends IEntity>
IContainer<IColumn> getStoredColumsThatReferencesTable(ITable<E> table) Methods inherited from class DatabaseObjectExaminer
isNewOrDeleted, isNewOrEdited, isNewOrEditedOrDeleted, isNewOrLoaded, isNewOrLoadedOrEditedMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDatabaseObjectExaminer
isNewOrDeleted, isNewOrEdited, isNewOrEditedOrDeleted, isNewOrLoaded, isNewOrLoadedOrEdited
-
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
- Specified by:
getStoredColumsThatReferencesTablein interfaceITableSearcher- Type Parameters:
E-- Parameters:
table-- Returns:
- the
IColumns that references the given table.
-