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.
如何在 Java 中获得持久性单元的名称?我有一个包含许多单元的 persistence.xml,所以我想控制使用哪个单元来创建我的 EntityManager。
有类似getPersistenceNameor的方法smth吗?我已经搜索了一段时间,但没有找到任何有用的东西。
getPersistenceName
smth
请检查这个线程: Finding the current persistence unit for the current EntityManagerFactory