首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Hibernate错误:Provided id of the wrong type for class

2012-11-23 
Hibernate异常:Provided id of the wrong type for class进行CRUD出现以下异常?????sun.reflect.Delegatin

Hibernate异常:Provided id of the wrong type for class

进行CRUD出现以下异常

?

    ????sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ?
  1. ????java.lang.reflect.Method.invoke(Method.java:597) ?

原因是:实体类中主键的类型设置和数据库中不匹配。

解决方法:

1.查看实体类中主键的类型。

2.查看数据库中主键设置的类型。

3.统一类型即可解决

热点排行