Schnittstelle IDatabase
- Alle Superschnittstellen:
AutoCloseable
,Closeable
,CloseStateRequestable
,CreationRequestable
,DatabaseConnectionRequestable
,DeletionRequestable
,EditingRequestable
,GroupCloseable
,IDatabaseObject
,INameHolder
,LoadingRequestable
,StateRequestable<DatabaseObjectState>
- Alle bekannten Implementierungsklassen:
Database
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibung<E extends IEntity>
IContainer<E> getStoredEntitiesByType
(Class<E> type) getStoredTableByEntityType
(Class<E> entityType) getStoredTableByName
(String name) IContainer
<? extends ITable<IEntity>> insertEntity
(E entity) Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.CreationRequestable
isNew
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.DatabaseConnectionRequestable
isConnectedWithRealDatabase
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.DeletionRequestable
isDeleted
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.EditingRequestable
isEdited
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteClose
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
getName, getNameInQuotes, hasName, hasSameNameAs
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.LoadingRequestable
isLoaded
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.structureapi.typerequestapi.StateRequestable
getState
-
Methodendetails
-
getEntityTypeSet
IEntityTypeSet getEntityTypeSet() -
getSchemaTimestamp
ITime getSchemaTimestamp() -
getStoredEntitiesByType
-
getStoredTableByEntityType
-
getStoredTableByName
-
getStoredTables
IContainer<? extends ITable<IEntity>> getStoredTables() -
insertEntity
-