有没有一个Java库可以合并数据模型?

发布于 2024-11-09 01:14:09 字数 133 浏览 0 评论 0原文

我们想要使用相同的模型合并 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不顾 2024-11-16 01:14:09

为此,您可以探索 Dozer

Dozer 是 Java Bean 到 Java Bean
递归复制数据的映射器
从一个物体到另一个物体。通常,
这些 Java Bean 会有所不同
复杂类型。推土机支持简单
属性映射,复杂类型
映射、双向映射、
隐式-显式映射,以及
递归映射。这包括
映射集合属性
还需要在元素处进行映射
级别。

You can explore Dozer for this purpose.

Dozer is a Java Bean to Java Bean
mapper that recursively copies data
from one object to another. Typically,
these Java Beans will be of different
complex types. Dozer supports simple
property mapping, complex type
mapping, bi-directional mapping,
implicit-explicit mapping, as well as
recursive mapping. This includes
mapping collection attributes that
also need mapping at the element
level.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文