gpt4 book ai didi

java - 是否可以将 persistence.xml 放在 META-INF 以外的位置?

转载 作者:搜寻专家 更新时间:2023-10-30 21:20:02 25 4
gpt4 key购买 nike

我想将我的 persistence.xml 放在我的应用程序的 conf 文件夹中。我如何告诉 Persistence.createEntityManagerFactory 它应该从那里读取它?

最佳答案

如果您使用的是 EclipseLink,则可以使用持久性单元属性“eclipselink.persistencexml”设置 persistence.xml 位置。

properties.put("eclipselink.persistencexml", "/org/acme/acme-persistence.xml");
EntityManagerFactory factory = Persistence.createEntityManagerFactory("acme", properties);

关于java - 是否可以将 persistence.xml 放在 META-INF 以外的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13717324/

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