Package ch.nolix.system.middata.adapter
Klasse AbstractDataAdapter
java.lang.Object
ch.nolix.system.middata.adapter.AbstractDataAdapter
- Alle implementierten Schnittstellen:
ChangeRequestable
,IChangeSaver
,IResettableChangeSaver
,Closeable
,CloseStateRequestable
,GroupCloseable
,Resettable
,IDataAdapter
,IDataReader
,IDataWriter
,AutoCloseable
- Bekannte direkte Unterklassen:
AbstractDataAdapterAndSchemaReader
,AbstractSqlDataAdapter
,NodeDataAdapter
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AbstractDataAdapter
(IDataReader dataReader, IDataWriter dataWriter) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal void
clearMultiReference
(String tableName, String entityId, String multiReferenceColumnName) This method does not validate that the concerned entity was not changed in the meanwhile.final void
clearMultiValue
(String tableName, String entityId, String multiFieldColumn) This method does not validate that the concerned entity was not changed in the meanwhile.final void
createCloseDependencyTo
(GroupCloseable element) Creates a close dependency between the currentGroupCloseable
and the given element.final void
deleteEntity
(String tableName, EntityDeletionDto entity) Causes an error if the concerned entity was deleted or changed in the meanwhile.final void
deleteMultiBackReferenceEntry
(String tableName, String entityId, String multiBackReferenceColumnId, String backReferencedEntityId) This method does not validate that the concerned entity was not changed in the meanwhile.final void
deleteMultiReferenceEntry
(String tableName, String entityId, String multiRefereceColumnName, String referencedEntityId) This method does not validate that the concerned entity was not changed in the meanwhile.final void
deleteMultiValueEntry
(String tableName, String entityId, String multiFieldColumn, String entry) This method does not validate that the concerned entity was not changed in the meanwhile.final void
expectSchemaTimestamp
(ITime schemaTimestamp) Will cause an error if the database does not have the given schema timestamp.final void
expectTableContainsEntity
(String tableName, String entityId) Will cause an error if the concerned table does not contain an entity with the given entityId.final String
final int
final ITime
final ICloseController
final boolean
final void
insertEntity
(String tableName, EntityCreationDto newEntity) Inserts the given newEntity into the table with the given tableName.final void
insertMultiBackReferenceEntry
(String tableName, String entityId, String multiBackReferenceColumnId, String backReferencedEntityId) This method does not validate that the concerned entity was not changed in the meanwhile.void
insertMultiReferenceEntry
(MultiReferenceEntryDto multiReferenceEntry) This method does not validate that the concerned entity was not changed in the meanwhile.final void
insertMultiValueEntry
(String tableName, String entityId, String multiFieldColumn, String entry) This method does not validate that the concerned entity was not changed in the meanwhile.final IContainer
<EntityLoadingDto> loadEntities
(String tableName) final EntityLoadingDto
loadEntity
(String tableName, String id) final IContainer
<String> loadMultiBackReferenceEntries
(String tableName, String entityId, String multiBackReferenceColumnName) final IContainer
<String> loadMultiReferenceEntries
(String tableName, String entityId, String multiReferenceColumnName) final IContainer
<Object> loadMultiValueEntries
(String tableName, String entityId, String multiFieldColumnName) final void
Lets the currentGroupCloseable
note a close.final void
reset()
Resets the currentResettable
.final void
Saves the changes of the currentIChangeSaver
.final boolean
tableContainsEntity
(String tableName, String id) final boolean
tableContainsEntityWithValueAtColumn
(String tableName, String columnName, String value) final boolean
tableContainsEntityWithValueAtColumnIgnoringEntities
(String tableName, String columnName, String value, IContainer<String> entitiesToIgnoreIds) final void
updateEntity
(String tableName, EntityUpdateDto entityUpdate) This method does not validate that the concerned entity was not changed in the meanwhile.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.programcontrolapi.savecontrolapi.ChangeRequestable
isChangeFree
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, isClosed
-
Konstruktordetails
-
AbstractDataAdapter
-
-
Methodendetails
-
createCloseDependencyTo
Beschreibung aus Schnittstelle kopiert:GroupCloseable
Creates a close dependency between the currentGroupCloseable
and the given element. When aGroupCloseable
is closed, all elements, the currentGroupCloseable
has a close dependency to, will be closed too and vice versa.- Angegeben von:
createCloseDependencyTo
in SchnittstelleGroupCloseable
- Parameter:
element
-
-
deleteEntity
Beschreibung aus Schnittstelle kopiert:IDataWriter
Causes an error if the concerned entity was deleted or changed in the meanwhile.- Angegeben von:
deleteEntity
in SchnittstelleIDataWriter
- Parameter:
tableName
-entity
-
-
deleteMultiBackReferenceEntry
public final void deleteMultiBackReferenceEntry(String tableName, String entityId, String multiBackReferenceColumnId, String backReferencedEntityId) Beschreibung aus Schnittstelle kopiert:IDataWriter
This method does not validate that the concerned entity was not changed in the meanwhile.- Angegeben von:
deleteMultiBackReferenceEntry
in SchnittstelleIDataWriter
- Parameter:
tableName
-entityId
-multiBackReferenceColumnId
-backReferencedEntityId
-
-
clearMultiReference
public final void clearMultiReference(String tableName, String entityId, String multiReferenceColumnName) Beschreibung aus Schnittstelle kopiert:IDataWriter
This method does not validate that the concerned entity was not changed in the meanwhile.- Angegeben von:
clearMultiReference
in SchnittstelleIDataWriter
- Parameter:
tableName
-entityId
-multiReferenceColumnName
-
-
deleteMultiReferenceEntry
public final void deleteMultiReferenceEntry(String tableName, String entityId, String multiRefereceColumnName, String referencedEntityId) Beschreibung aus Schnittstelle kopiert:IDataWriter
This method does not validate that the concerned entity was not changed in the meanwhile.- Angegeben von:
deleteMultiReferenceEntry
in SchnittstelleIDataWriter
- Parameter:
tableName
-entityId
-multiRefereceColumnName
-referencedEntityId
-
-
clearMultiValue
Beschreibung aus Schnittstelle kopiert:IDataWriter
This method does not validate that the concerned entity was not changed in the meanwhile.- Angegeben von:
clearMultiValue
in SchnittstelleIDataWriter
- Parameter:
tableName
-entityId
-multiFieldColumn
-
-
deleteMultiValueEntry
public final void deleteMultiValueEntry(String tableName, String entityId, String multiFieldColumn, String entry) Beschreibung aus Schnittstelle kopiert:IDataWriter
This method does not validate that the concerned entity was not changed in the meanwhile.- Angegeben von:
deleteMultiValueEntry
in SchnittstelleIDataWriter
- Parameter:
tableName
-entityId
-multiFieldColumn
-entry
-
-
expectSchemaTimestamp
Beschreibung aus Schnittstelle kopiert:IDataWriter
Will cause an error if the database does not have the given schema timestamp.- Angegeben von:
expectSchemaTimestamp
in SchnittstelleIDataWriter
- Parameter:
schemaTimestamp
-
-
expectTableContainsEntity
Beschreibung aus Schnittstelle kopiert:IDataWriter
Will cause an error if the concerned table does not contain an entity with the given entityId. This method can be used to prevent from referencing an entity that was deleted in the meanwhile.- Angegeben von:
expectTableContainsEntity
in SchnittstelleIDataWriter
- Parameter:
tableName
-entityId
-
-
getDatabaseName
- Angegeben von:
getDatabaseName
in SchnittstelleIDataReader
-
getSaveCount
public final int getSaveCount()- Angegeben von:
getSaveCount
in SchnittstelleIResettableChangeSaver
-
getSchemaTimestamp
- Angegeben von:
getSchemaTimestamp
in SchnittstelleIDataReader
-
getStoredCloseController
- Angegeben von:
getStoredCloseController
in SchnittstelleGroupCloseable
- Gibt zurück:
- the
ICloseController
of the currentGroupCloseable
.
-
hasChanges
public final boolean hasChanges()- Angegeben von:
hasChanges
in SchnittstelleChangeRequestable
- Gibt zurück:
- true if the current
ChangeRequestable
has uncomitted changes.
-
insertMultiBackReferenceEntry
public final void insertMultiBackReferenceEntry(String tableName, String entityId, String multiBackReferenceColumnId, String backReferencedEntityId) Beschreibung aus Schnittstelle kopiert:IDataWriter
This method does not validate that the concerned entity was not changed in the meanwhile.- Angegeben von:
insertMultiBackReferenceEntry
in SchnittstelleIDataWriter
- Parameter:
tableName
-entityId
-multiBackReferenceColumnId
-backReferencedEntityId
-
-
insertMultiReferenceEntry
Beschreibung aus Schnittstelle kopiert:IDataWriter
This method does not validate that the concerned entity was not changed in the meanwhile.- Angegeben von:
insertMultiReferenceEntry
in SchnittstelleIDataWriter
- Parameter:
multiReferenceEntry
-
-
insertMultiValueEntry
public final void insertMultiValueEntry(String tableName, String entityId, String multiFieldColumn, String entry) Beschreibung aus Schnittstelle kopiert:IDataWriter
This method does not validate that the concerned entity was not changed in the meanwhile.- Angegeben von:
insertMultiValueEntry
in SchnittstelleIDataWriter
- Parameter:
tableName
-entityId
-multiFieldColumn
-entry
-
-
insertEntity
Beschreibung aus Schnittstelle kopiert:IDataWriter
Inserts the given newEntity into the table with the given tableName.- Angegeben von:
insertEntity
in SchnittstelleIDataWriter
- Parameter:
tableName
-newEntity
-
-
loadMultiBackReferenceEntries
public final IContainer<String> loadMultiBackReferenceEntries(String tableName, String entityId, String multiBackReferenceColumnName) - Angegeben von:
loadMultiBackReferenceEntries
in SchnittstelleIDataReader
-
loadMultiReferenceEntries
public final IContainer<String> loadMultiReferenceEntries(String tableName, String entityId, String multiReferenceColumnName) - Angegeben von:
loadMultiReferenceEntries
in SchnittstelleIDataReader
-
loadMultiValueEntries
public final IContainer<Object> loadMultiValueEntries(String tableName, String entityId, String multiFieldColumnName) - Angegeben von:
loadMultiValueEntries
in SchnittstelleIDataReader
-
loadEntities
- Angegeben von:
loadEntities
in SchnittstelleIDataReader
-
loadEntity
- Angegeben von:
loadEntity
in SchnittstelleIDataReader
-
noteClose
public final void noteClose()Beschreibung aus Schnittstelle kopiert:GroupCloseable
Lets the currentGroupCloseable
note a close.- Angegeben von:
noteClose
in SchnittstelleGroupCloseable
-
reset
public final void reset()Beschreibung aus Schnittstelle kopiert:Resettable
Resets the currentResettable
.- Angegeben von:
reset
in SchnittstelleResettable
-
saveChanges
public final void saveChanges()Beschreibung aus Schnittstelle kopiert:IChangeSaver
Saves the changes of the currentIChangeSaver
.- Angegeben von:
saveChanges
in SchnittstelleIChangeSaver
-
tableContainsEntityWithValueAtColumn
public final boolean tableContainsEntityWithValueAtColumn(String tableName, String columnName, String value) - Angegeben von:
tableContainsEntityWithValueAtColumn
in SchnittstelleIDataReader
-
tableContainsEntityWithValueAtColumnIgnoringEntities
public final boolean tableContainsEntityWithValueAtColumnIgnoringEntities(String tableName, String columnName, String value, IContainer<String> entitiesToIgnoreIds) - Angegeben von:
tableContainsEntityWithValueAtColumnIgnoringEntities
in SchnittstelleIDataReader
-
tableContainsEntity
- Angegeben von:
tableContainsEntity
in SchnittstelleIDataReader
-
updateEntity
Beschreibung aus Schnittstelle kopiert:IDataWriter
This method does not validate that the concerned entity was not changed in the meanwhile.- Angegeben von:
updateEntity
in SchnittstelleIDataWriter
- Parameter:
tableName
-entityUpdate
-
-