Schnittstelle IDatabaseSearcher

Alle bekannten Implementierungsklassen:
DatabaseSearcher

public interface IDatabaseSearcher
Version:
2024-12-29
Autor:
Silvan Wyss
  • Methodendetails

    • getStoredEntitiesInLocalData

      IContainer<IEntity> getStoredEntitiesInLocalData(IDatabase database)
      Parameter:
      database -
      Gibt zurück:
      the IEntitys of the given database in the local data.
    • getStoredTableById

      ITable<IEntity> getStoredTableById(IDatabase database, String tableId)
      Parameter:
      database -
      tableId -
      Gibt zurück:
      the ITable with the given tableId from the given database.
      Löst aus:
      RuntimeException - if the given database does not contain a table with the given tableId.