Do I need elements in persistence.xml?

后端 未结 11 1772
滥情空心
滥情空心 2020-11-22 16:12

I have very simple persistance.xml file:




        
11条回答
  •  一个人的身影
    2020-11-22 16:51

    Not necessarily in all cases.

    I m using Jboss 7.0.8 and Eclipselink 2.7.0. In my case to load entities without adding the same in persistence.xml, I added the following system property in Jboss Standalone XML:

提交回复
热议问题