Klasse InternalDataReader
java.lang.Object
ch.nolix.system.noderawdata.datareader.InternalDataReader
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungloadEntitiesOfTable(TableSchemaViewDto tableView) loadEntity(TableSchemaViewDto tableView, String id) loadMultiBackReferenceEntries(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiBackReferenceColumnInfo) loadMultiReferenceEntries(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiReferenceColumnInfo) loadMultiValueEntries(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiValueColumnInfo) booleantableContainsEntityWithGivenId(String tableName, String id) booleantableContainsEntityWithGivenValueAtGivenColumn(TableSchemaViewDto tableView, ColumnSchemaViewDto columnInfo, String value) booleantableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities(TableSchemaViewDto tableView, ColumnSchemaViewDto columnInfo, String value, IContainer<String> entitiesToIgnoreIds)
-
Konstruktordetails
-
InternalDataReader
-
-
Methodendetails
-
getSchemaTimestamp
-
loadEntitiesOfTable
-
loadMultiBackReferenceEntries
public IContainer<String> loadMultiBackReferenceEntries(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiBackReferenceColumnInfo) -
loadMultiReferenceEntries
public IContainer<String> loadMultiReferenceEntries(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiReferenceColumnInfo) -
loadMultiValueEntries
public IContainer<Object> loadMultiValueEntries(TableSchemaViewDto tableView, String entityId, ColumnSchemaViewDto multiValueColumnInfo) -
loadEntity
-
tableContainsEntityWithGivenValueAtGivenColumn
public boolean tableContainsEntityWithGivenValueAtGivenColumn(TableSchemaViewDto tableView, ColumnSchemaViewDto columnInfo, String value) -
tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities
public boolean tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities(TableSchemaViewDto tableView, ColumnSchemaViewDto columnInfo, String value, IContainer<String> entitiesToIgnoreIds) -
tableContainsEntityWithGivenId
-