Schnittstelle IDatabaseComponent<D>
- Typparameter:
D- is the type of the database aIDatabaseComponentcan belong to.
- Alle bekannten Unterschnittstellen:
ITable
- Alle bekannten Implementierungsklassen:
Table
public interface IDatabaseComponent<D>
A
IDatabaseComponent can belong to a database.- Version:
- 2024-12-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
belongsToDatabase
boolean belongsToDatabase()- Gibt zurück:
- true if the current
IDatabaseComponentbelongs to a database, false otherwise.
-
getStoredParentDatabase
D getStoredParentDatabase()- Gibt zurück:
- the database of the current
IDatabaseComponent. - Löst aus:
RuntimeException- if the currentIDatabaseComponentdoes not belong to a database.
-