问答详情
源自:3-5 [Hibernate单表操作] 组件属性

使用componment组件属性报错

org.hibernate.boot.MappingException: Error calling Value#setTypeUsingReflection: containingClassName=[Address], propertyName=[postcode], role=[hibernate_001.Students.address.postcode] : origin(Students.hbm.xml)

这个是什么原因  有哪位大神讲解一下

提问者:老街深巷里的一只猫 2018-04-01 00:12

个回答

  • jisu_che
    2018-09-07 12:46:33

    可能你的Address字段成员都是private,然后又没有get方法

  • Robert_Langdon
    2018-04-07 20:13:08

    address包要写全 com.xxx.xxx.Address

  • 橙子111000
    2018-04-07 20:04:33

    postcode属性值读取失败