rg.springframework.orm.hibernate3.HibernateQueryException

rg.springframework.orm.hibernate3.HibernateQueryException: CityCityControl is not mapped [from CityCityControl where active='Y' and degree='CITY']; nested exception

CityCityControl找不到映射,原因一般有两个:

1. CityCityControl对应的.hbm.xml映射文件中的 class name找不到,或者table找不到。



2.最重要的也是最容易忘记的是,数据源文件映射扫描配置。


猜你喜欢

转载自yangtaohong.iteye.com/blog/2004129