【发布时间】:2014-01-19 02:01:19
【问题描述】:
我正在使用 open-jpa,我们知道它附带了增强器,可以在增强期间创建非私有无参数构造函数。它可以工作,但是eclipse有问题。它不知道在 ant 构建期间会发生什么是很合理的,那么有没有可能关闭这个特定的错误 The Java class for mapped type ... must define a non-private zero-argument constructor bounded to @Entity annotation?
【问题讨论】: