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.
我想知道是否有一种方法可以让一个实体声明 OneToMany 或通过 JPA 访问不同数据库中的另一个表。
JPA 是否可以访问多个数据库和一个实体引用另一个数据库的另一个实体?
谢谢,安舒
不,您不能在休眠中执行此操作... Jpa 将为您在 cfg 文件中映射的数据库生成查询...您不能在单个 cfg 文件中一次配置两个数据库...