首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Access >

招致org.hibernate.PropertyAccessException:的可能原因

2012-08-28 
导致org.hibernate.PropertyAccessException:的可能原因1、类型错误:例:Integer写成int2、参数名称错误:大小

导致org.hibernate.PropertyAccessException:的可能原因

1、类型错误:例:Integer写成int

2、参数名称错误:大小写没有写对

3、1对多集合映射时,pojo中的集合时List对象,配置文件中确是对set集合的配置

?????

<key column="projectId" ></key>
<!-- report_time 字段用来记录 保存的数据的顺序 根据报告时间-->
<index column="report_time" type="java.util.Date"></index>
<one-to-many />
</list>

?

热点排行