Package ch.nolix.system.objectdata.model
Klasse Database
java.lang.Object
ch.nolix.system.objectdata.model.Database
- Alle implementierten Schnittstellen:
INameHolder
,Closeable
,CloseStateRequestable
,GroupCloseable
,StateRequestable<DatabaseObjectState>
,CreationRequestable
,DatabaseConnectionRequestable
,DeletionRequestable
,EditingRequestable
,LoadingRequestable
,IDatabaseObject
,IDatabase
,AutoCloseable
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
getState()
<E extends IEntity>
IContainer<E> getStoredEntitiesByType
(Class<E> type) getStoredTableByEntityType
(Class<E> entityType) getStoredTableByName
(String name) IContainer
<? extends ITable<IEntity>> insertEntity
(E entity) boolean
isClosed()
boolean
boolean
boolean
isEdited()
boolean
isLoaded()
boolean
isNew()
void
Lets the currentGroupCloseable
note a close.static Database
withEntityTypeSetAndMidDataAdapterAndSchemaReader
(IEntityTypeSet entityTypeSet, IDataAdapterAndSchemaReader midDataAdapterAndSchemaReader) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
getNameInQuotes, hasName, hasSameNameAs
-
Methodendetails
-
withEntityTypeSetAndMidDataAdapterAndSchemaReader
public static Database withEntityTypeSetAndMidDataAdapterAndSchemaReader(IEntityTypeSet entityTypeSet, IDataAdapterAndSchemaReader midDataAdapterAndSchemaReader) -
getEntityTypeSet
- Angegeben von:
getEntityTypeSet
in SchnittstelleIDatabase
-
getName
- Angegeben von:
getName
in SchnittstelleINameHolder
- Gibt zurück:
- the name of the current
INameHolder
.
-
getSchemaTimestamp
- Angegeben von:
getSchemaTimestamp
in SchnittstelleIDatabase
-
getState
- Angegeben von:
getState
in SchnittstelleStateRequestable<DatabaseObjectState>
- Gibt zurück:
- the state of the current
StateRequestable
.
-
getStoredCloseController
- Angegeben von:
getStoredCloseController
in SchnittstelleGroupCloseable
- Gibt zurück:
- the
ICloseController
of the currentGroupCloseable
.
-
getStoredEntitiesByType
- Angegeben von:
getStoredEntitiesByType
in SchnittstelleIDatabase
-
getStoredTableByEntityType
- Angegeben von:
getStoredTableByEntityType
in SchnittstelleIDatabase
-
getStoredTableByName
- Angegeben von:
getStoredTableByName
in SchnittstelleIDatabase
-
getStoredTables
- Angegeben von:
getStoredTables
in SchnittstelleIDatabase
-
insertEntity
- Angegeben von:
insertEntity
in SchnittstelleIDatabase
-
isClosed
public boolean isClosed()Beschreibung aus Schnittstelle kopiert:GroupCloseable
- Angegeben von:
isClosed
in SchnittstelleCloseStateRequestable
- Angegeben von:
isClosed
in SchnittstelleGroupCloseable
- Gibt zurück:
- true if the current
CloseStateRequestable
is closed.
-
isConnectedWithRealDatabase
public boolean isConnectedWithRealDatabase()- Angegeben von:
isConnectedWithRealDatabase
in SchnittstelleDatabaseConnectionRequestable
- Gibt zurück:
- true if the current
DatabaseConnectionRequestable
is connected with a real database, false otherwise.
-
isDeleted
public boolean isDeleted()- Angegeben von:
isDeleted
in SchnittstelleDeletionRequestable
-
isEdited
public boolean isEdited()- Angegeben von:
isEdited
in SchnittstelleEditingRequestable
-
isLoaded
public boolean isLoaded()- Angegeben von:
isLoaded
in SchnittstelleLoadingRequestable
-
isNew
public boolean isNew()- Angegeben von:
isNew
in SchnittstelleCreationRequestable
-
noteClose
public void noteClose()Beschreibung aus Schnittstelle kopiert:GroupCloseable
Lets the currentGroupCloseable
note a close.- Angegeben von:
noteClose
in SchnittstelleGroupCloseable
-