We want to merge 2 set of data using the same model:
we have 2 databases that have the same DDL, but containing different data.
We want to merge both and save the result. Merge should be configurable to allow us to write some rules.
Do you known any framework / library able to do that ?
You can explore Dozer for this purpose.