AbstractGenericDAO implSourceDAO = (AbstractGenericDAO)sourceDAO.getImplementationObject();
/**
* Change the connection information of the source data in order to store to the target server.
*/
ConnectionFactory targetConnectionFactoryInTransaction = new ConnectionFactory(){
public Connection getConnection() throws Exception{
return targetConnectionInTransaction;
}
};