还有一个类似的问题here,但最近没有任何评论。 我不想在Eclipse中撤销日本邮政局的确认,我想谈谈如何解决这一警告:
<>Summary: 我们升温了春天2.7-> 3.0.2。 在实体类别中,我们替换了<代码>javax.persistence.* with jakarta.persistence.*
。 在我们的一些实体类别中,这一错误一旦发生即出现:
Class ".." is listed in the persistence.xml file, but is not annotated
Reverting the jakarta.persistence.*
Back to javax.persistence.*
除了这一错误,但我们需要更新到雅加达的春布特3x。
我们有一份列有管理实体的<代码>persistence.xml文档。
<persistence-unit name="default" transaction-type="RESOURCE_LOCAL">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<class>model.MyData</class>
<class>model.MyDataError</class>
<class>model.StoredProcedureResultBean</class>
</persistence-unit>
<代码>persistence.xml所列所有课程均附有@Entity的说明。 没有。
任何ti?