Q: JPA- MappingException: Could not determine type for:

 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方法上了。

错不了!

猜你喜欢

转载自niewj.iteye.com/blog/1883325