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 中persistence.xml而不是在 中定义的,是否可以创建或检索 Hibernate 4 会话工厂hibernate.cfg.xml?如果是,如何?
persistence.xml
hibernate.cfg.xml
有很多这方面的信息,例如你可以使用这个:
org.hibernate.Session session = (Session)entityManager.getDelegate();
来源:
来源