spring – 通过没有persistence.xml的maven生成JPA 2.0元模型?

前端之家收集整理的这篇文章主要介绍了spring – 通过没有persistence.xml的maven生成JPA 2.0元模型?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

有没有办法通过maven生成JPA 2.0元模型而没有persistence.xml文件.我正在使用eclipselink.

在我的Java EE项目中,我正在做类似以下的工作,因为在这种情况下我有一个persistence.xml.

现在我有一个spring项目,它通过spring上下文配置jpa.是创建元模型以创建persistence.xml的唯一方法,还是我可以在spring上下文中保留配置?

最佳答案
我相信EclipseLink无论如何都需要persistence.xml.

请看一下jpa-metamodel-with-maven.

您只能在元模型生成阶段使用Hibernate,Apache OpenJPA或Datanucleus.

过冬

MetaModelEntityProcessor

Apache OpenJPA

Meta.AnnotationProcessor6Metamodel>trueMetamodel>
            

Datanucleus将

atanucleus.jpa.query.JPACriteriaProcessoratanucleusatanucleus-jpa-queryatanucleus.version}atanucleusatanucleus-coreatanucleus.version}
原文链接:https://www.f2er.com/spring/432177.html

猜你在找的Spring相关文章