public class SynchroBaseService extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
batchSize |
protected SynchroConfiguration |
config |
protected List<SynchroInterceptor> |
daoInterceptors |
protected DataSource |
dataSource |
Constructor and Description |
---|
SynchroBaseService() |
SynchroBaseService(DataSource dataSource,
SynchroConfiguration config) |
Modifier and Type | Method and Description |
---|---|
SynchroInterceptor |
getInterceptor(SynchroTableMetadata table,
SynchroContext context) |
List<SynchroInterceptor> |
getInterceptors(SynchroContext context) |
protected void |
reportProgress(SynchroResult result,
SynchroTableDao dao,
int countR,
String tablePrefix) |
protected final SynchroConfiguration config
protected final int batchSize
protected final DataSource dataSource
protected List<SynchroInterceptor> daoInterceptors
public SynchroBaseService(DataSource dataSource, SynchroConfiguration config)
public SynchroBaseService()
public List<SynchroInterceptor> getInterceptors(SynchroContext context)
public SynchroInterceptor getInterceptor(SynchroTableMetadata table, SynchroContext context)
protected void reportProgress(SynchroResult result, SynchroTableDao dao, int countR, String tablePrefix)
Copyright © 2012–2014 IFREMER. All rights reserved.