有没有一个Java库可以合并数据模型?
我们想要使用相同的模型合并 2 组数据:
我们有 2 个数据库,它们具有相同的 DDL,但包含不同的数据。
我们想要合并两者并保存结果。合并应该是可配置的,以允许我们编写一些规则。
您知道有任何框架/库能够做到这一点吗?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您可以探索 Dozer。
You can explore Dozer for this purpose.