Modifier and Type | Class and Description |
---|---|
class |
SynchroTableDaoImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
SynchroInterceptorBase.doOnRead(Object[] data,
SynchroTableDao dao) |
protected void |
SynchroInterceptorBase.doOnWrite(Object[] data,
SynchroTableDao dao,
SynchroWriteBuffer buffer) |
protected Map<List<Object>,Object[]> |
SynchroInterceptorBase.doTransformExtraLocalData(SynchroTableDao localDao,
SynchroTableDao remoteDao,
Map<List<Object>,Object[]> extraRows) |
void |
SynchroInterceptorBase.onRead(Object[] data,
SynchroTableDao dao) |
void |
SynchroInterceptor.onRead(Object[] data,
SynchroTableDao dao) |
void |
SynchroInterceptorBase.onWrite(Object[] data,
SynchroTableDao dao,
SynchroWriteBuffer buffer) |
void |
SynchroInterceptor.onWrite(Object[] data,
SynchroTableDao dao,
SynchroWriteBuffer buffer) |
Map<List<Object>,Object[]> |
SynchroInterceptorBase.transformExtraLocalData(SynchroTableDao localDao,
SynchroTableDao remoteDao,
Map<List<Object>,Object[]> extraRows) |
Map<List<Object>,Object[]> |
SynchroInterceptor.transformExtraLocalData(SynchroTableDao targetDao,
SynchroTableDao sourceDao,
Map<List<Object>,Object[]> extraRows)
Given the extra rows of the local db, transform them to reinject them
after in the current table.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OracleInterceptor.doOnRead(Object[] data,
SynchroTableDao dao) |
protected void |
RemoteIdWriteInterceptor.doOnWrite(Object[] data,
SynchroTableDao dao,
SynchroWriteBuffer buffer) |
protected void |
OracleInterceptor.doOnWrite(Object[] data,
SynchroTableDao dao,
SynchroWriteBuffer buffer) |
protected int[] |
OracleInterceptor.getColumnMapIndexes(SynchroTableDao dao) |
Modifier and Type | Method and Description |
---|---|
protected void |
SynchroBaseService.reportProgress(SynchroResult result,
SynchroTableDao dao,
int countR,
String tablePrefix) |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected void |
ReferentialSynchroServiceImpl.reportProgress(SynchroResult result,
SynchroTableDao dao,
int countR,
String tablePrefix) |
protected void |
ReferentialSynchroServiceImpl.updateBigTable(SynchroTableDao targetDao,
SynchroTableDao sourceDao,
ResultSet incomingData,
SynchroResult result)
To update the content of the given
table (with a lot of rows) on
the target db, from the given incomingData of the source db. |
protected void |
ReferentialSynchroServiceImpl.updateTable(SynchroTableDao targetDao,
ResultSet incomingData,
SynchroResult result)
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.