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.
对于具有休眠功能的 JPA,2 个或多个不同的实体是否可以具有相同的关联(一对多或多对多)?假设表 A 和表 B 都通过连接表表 C 与表 D 有关联
或者我需要为每个实体定义一个单独的连接表?
我知道表 A 和 B 的外键必须是唯一的。