<exclude-unlisted-classes> false </exclude-unlisted-classes>在SE中不起作用

时间:2013-09-18 14:27:50

标签: java eclipse jpa persistence.xml

我使用eclipselink作为JPA提供程序,需要将实体保存在jar文件中。所有jar实体都使用@ Entity注释。我尝试了false和true但它没有自动检测实体。我不想在persistence.xml中编写所有类。请建议。

1 个答案:

答案 0 :(得分:2)

预计它不会在Java SE环境中运行。在JPA 2.0规范中,用以下词语告知:

  

为了确保Java SE应用程序的可移植性,有必要   显式列出包含在其中的托管持久性类   持久性单元使用persistence.xml的class元素   文件。