org.hibernate.MappingException: Could not determine type for: com.niewj.model.Probe, at table: VoipService, for columns: [org.hibernate.mapping.Column(probe)]
JPA注解的这个问题,多半是以下问题:
注解有的在字段上,
有的在get方法上,
甚至有的错写在set方法上了。
错不了!
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2013-06-06
org.hibernate.MappingException: Could not determine type for: com.niewj.model.Probe, at table: VoipService, for columns: [org.hibernate.mapping.Column(probe)] JPA注解的这个问题,多半是以下问题: 注解有的在字段上, 有的在get方法上, 甚至有的错写在set方法上了。
错不了! 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |