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 的新手,正在阅读有关 JPA 的教程
我无法找到hibernate和JPA中关系映射的区别
他们一样吗??或者与另一个表(例如一对多或一对一)映射有什么区别?
谢谢
Hibernate 是一个 JPA 实现。它遵循 JPA 规范,并具有额外的专有映射功能。