作业帮 > 综合 > 作业

org.springframework.orm.hibernate3.HibernateQueryException:

来源:学生作业帮 编辑:搜搜考试网作业帮 分类:综合作业 时间:2024/07/15 15:11:10
org.springframework.orm.hibernate3.HibernateQueryException: Employee is not mapped 我也遇到了这个
org.springframework.orm.hibernate3.HibernateQueryException:
Employee.hbm.xml没配置
或者没放到sessionFactory里
\x09
\x09\x09
\x09\x09
\x09\x09\x09
\x09\x09\x09\x09cn/qbq/web/entity/Employee.hbm.xml
\x09\x09\x09
\x09\x09
\x09\x09
\x09\x09\x09
\x09\x09\x09\x09hibernate.dialect=org.hibernate.dialect.HSQLDialect
\x09\x09\x09\x09hibernate.hbm2ddl.auto=update
\x09\x09\x09\x09hibernate.show_sql=true
\x09\x09\x09\x09hibernate.format_sql=true
\x09\x09
\x09