我正在使用HIbernate版本3.2.5。
我在hibernate教程中阅读了以下内容:
The no-argument constructor is a requirement for all persistent classes.Hibernate has to create objects for you, using Java Reflection. The constructor can be private
这是教程的链接:
http://docs.jboss.org/hibernate/orm/3.3/reference/en/html/tutorial.html
但是当我编写一个没有no-arg构造函数的持久化类时,它也可以正常工作(我只尝试检索部分)。
因此,上述陈述的有效性在哪里?
如果我有问题,请告诉我。
此致