嗨,我的JPA使用datanucleus有问题
我使用netbeans作为我的IDE,我已经导入了datanucleus enhancer jar,但每次我运行该文件时,它都说我应该提升我的课程。
我在网上搜索,我仍然不确定如何做到这一点,任何人都可以详细说明如何提高我的课程在netbeans?
谢谢XD
答案 0 :(得分:1)
创建一个-post-compile任务,它将调用datanucleusenhancer任务。
http://jkook.blogspot.com/2011/07/netbeans7-integration-with-datanucleus.html
答案 1 :(得分:0)
不是Netbeans使用Ant的正常方式吗?所以添加build.xml和一步后编译来增强你的模型类。看到 http://www.datanucleus.org/products/accessplatform_1_0/guides/netbeans/index.html 对于旧指南(Netbeans 4.x,与DataNucleus的前身JPOX)
答案 2 :(得分:0)
使用向导创建一个新的Maven2项目并更改您的pom.xml,如
中所述http://www.datanucleus.org/products/accessplatform/guides/maven2/index.html
您只需要一个存储库。
<repository>
<id>DataNucleus_Repos2</id>
<name>DataNucleus Repository</name>
<url>http://www.datanucleus.org/downloads/maven2/</url>
</repository>