Package | Description |
---|---|
fr.ifremer.adagio.synchro.dao | |
fr.ifremer.adagio.synchro.service | |
fr.ifremer.adagio.synchro.service.data |
Modifier and Type | Field and Description |
---|---|
protected SynchroPendingOperationBuffer |
SynchroTableDaoImpl.pendingOperationBuffer |
Modifier and Type | Method and Description |
---|---|
SynchroPendingOperationBuffer |
SynchroTableDaoImpl.getPendingOperationBuffer() |
SynchroPendingOperationBuffer |
SynchroTableDao.getPendingOperationBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
SynchroTableDaoImpl.setPendingOperationBuffer(SynchroPendingOperationBuffer pendingChangesBuffer) |
void |
SynchroTableDao.setPendingOperationBuffer(SynchroPendingOperationBuffer pendingChangesBuffer) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,SynchroPendingOperationBuffer> |
SynchroContext.tableContextMap |
Modifier and Type | Method and Description |
---|---|
SynchroPendingOperationBuffer |
SynchroContext.getTableContext(String tableName) |
Modifier and Type | Method and Description |
---|---|
void |
SynchroContext.addTableContext(String tableName,
SynchroPendingOperationBuffer tableContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataSynchroServiceImpl.synchronizeChildTable(SynchroTableMetadata table,
String joinColumnName,
Set<Integer> joinColumnIds,
Connection sourceConnection,
Connection targetConnection,
SynchroResult result,
SynchroPendingOperationBuffer tableBuffer) |
protected void |
DataSynchroServiceImpl.synchronizeRootTable(SynchroTableMetadata table,
SynchroContext context,
Connection sourceConnection,
Connection targetConnection,
SynchroResult result,
SynchroPendingOperationBuffer tableBuffer) |
protected void |
DataSynchroServiceImpl.updateTableNoRemoteId(SynchroTableDao targetDao,
ResultSet incomingData,
SynchroResult result,
SynchroPendingOperationBuffer tableBuffer)
To update the content of the given
table on the target db,
from the given incomingData of the source db. |
protected void |
DataSynchroServiceImpl.updateTableUsingRemoteId(SynchroTableDao targetDao,
ResultSet incomingData,
SynchroResult result,
SynchroPendingOperationBuffer tableBuffer)
To update the content of the given
table on the target db,
from the given incomingData of the source db. |
Copyright © 2012–2014 IFREMER. All rights reserved.