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

Collection has neither generic type or OneToMany.targetEntity() defined

2012-11-04 
Collection has neither generic type or OneToMany.targetEntity() defined:如出现类似以下异常:org.hibe

Collection has neither generic type or OneToMany.targetEntity() defined:

如出现类似以下异常:

org.hibernate.AnnotationException:Collection has neither generic type or OneToMany.targetEntity()defined: org.svse.org.model.Order.orderItems

请检查orderItems这个属性是否使用了泛型,如:Set<OrderItem>.

如果未使用泛型,请在OneToMany注释中使用targetEntity指定元素的类型

热点排行