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.
有什么区别:
persistenc.xml 可以使用 hibernate 属性或 Javax.persistence 属性进行配置。
您将使用哪种方案。
我尝试使用 javax.persistence 但我的 spring 应用程序无法工作.. 将其更改为休眠状态并开始工作。
javax.persistence 是标准。Hibernate 是一个实现。如果您完全确定您的 DB 层将始终由 Hibernate 处理,请继续使用 Hibernate 进行配置。如果没有,请使用 javax.persistence,以便将来更改数据库层。