org.springframework.orm.hibernate3.hibernatesystemexception: no default constructor for entity
caused by: org.hibernate.instantiationexception: no default constructor for entity
实体内没有的默认构造函数
在entity实体类里添加构造函数
org.springframework.orm.hibernate3.hibernatesystemexception: no default constructor for entity
caused by: org.hibernate.instantiationexception: no default constructor for entity
实体内没有的默认构造函数
在entity实体类里添加构造函数