gpt4 book ai didi

java - 使用persistence.xml创建Session来查询数据库?

转载 作者:太空宇宙 更新时间:2023-11-04 12:55:11 25 4
gpt4 key购买 nike

我熟悉使用 Hibernate 和 hibernate.cfg.xml 文件来创建 Session

但是,我的项目中有一个 persistence.xml 文件,而不是 hibernate.cfg.xml 文件。

如何使用它创建一个Session,然后用它来查询我的数据库?

最佳答案

如果您想使用persistance.xml,您应该使用EntityManager。如何使用 EntityManager 您可以在 Hibernate, JPA – Part 1 中找到教程。

The key config file for JPA is persistence.xml. This lives in the META-INF directory. It details what the persistence driver to use and what JNDI data source to connect to. Additional properties can also be specified, in this case we’ll include some Hibernate properties.

下一个拍子是关于Hibernate, JPA & Spring MVC – Part 2 .

关于java - 使用persistence.xml创建Session来查询数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35462377/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com