exception setting property value with CGLIB 解决方案 .

来源:互联网 发布:广州数控980ta怎么编程 编辑:程序博客网 时间:2024/06/13 07:51

1.exception setting property value with CGLIB (set

hibernate.cglib.use_reflection_optimizer=false for more info) setter of
错误原因有可能是因为。你的字段中有个字段是数值类型的如int,long等对于一些数字项由于从数据库里面取出的值为null

2.映射为bolean的字段,在建表时,如果没有设定字段的default值,会导致exception setting property

value with CGLIB setter错误.设置好默认值问题就可以解决了