摘要:
最近学习Hiberante Annotations时遇到了该问题org.hibernate.MappingException: Unknown entity在baidu和googl上搜寻了很久,最后发现是import Entity类造成的(使用Eclipse自动提示导入的该包)错误引用:import org.hibernate.annotations.Entity;正确引用:import javax.persistence.Entity; 阅读全文
posted @ 2012-03-09 00:00
仅此而已
阅读(744)
评论(0)
推荐(0)
浙公网安备 33010602011771号