0

Is it possible to create or retrieve an Hibernate 4 session factory if the database connection is defined in JPA's persistence.xml rather than in hibernate.cfg.xml? If yes, how?

4

1 に答える 1

-1

これには多くの情報があります。たとえば、これを使用できます。

org.hibernate.Session session = (Session)entityManager.getDelegate();

ソース:

ソース

于 2012-08-26T04:25:10.813 に答える