Schnittstelle IDatabaseComponent<D>
- Typparameter:
D
- is the type of the database aIDatabaseComponent
can 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
IDatabaseComponent
belongs to a database, false otherwise.
-
getStoredParentDatabase
D getStoredParentDatabase()- Gibt zurück:
- the database of the current
IDatabaseComponent
. - Löst aus:
RuntimeException
- if the currentIDatabaseComponent
does not belong to a database.
-