@Transactional(readOnly=true, propagation=NOT_SUPPORTED) public interface ReferentialSynchroService
Modifier and Type | Method and Description |
---|---|
Properties |
getLocalConnectionProperties()
Deprecated.
Get the db connexion informations for the internal data source.
|
Dialect |
getLocalDialect()
Deprecated.
Gets the dialect used by the local database.
|
void |
prepare(ReferentialSynchroContext synchroContext)
Deprecated.
Prepare the synchronize operation from the local data database supported
by this service, says just compute nb rows to update for each table and
update the result model.
|
void |
synchronize(ReferentialSynchroContext synchroContext)
Deprecated.
Launch the synchronize operation from the local data database supported
by this service.
|
Properties getLocalConnectionProperties()
Dialect getLocalDialect()
void prepare(ReferentialSynchroContext synchroContext)
synchroContext
- context of synchro operationvoid synchronize(ReferentialSynchroContext synchroContext)
synchroContext
- context of synchro operationCopyright © 2012–2014 IFREMER. All rights reserved.