Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的任务是通过休眠导出数据库。起点是我模型中的任何实体。所选实体必须浏览其所有引用对象并将其存储在我的目标模型中(与源模型相同)。你有什么想法来解决这个任务吗?
为第一个数据库和第二个数据库创建一个 Hibernate 项目。然后创建另一个项目,将其他两个项目作为依赖项。在第三个项目中,您可以为每个相应的数据库引用休眠实例的会话,执行从一个数据模型移动到另一个数据模型所需的逻辑。