SSH 找不到映射,麻烦给为高手帮我看看,我找了一天多没找到答案。在线等

错误:org.hibernate.hql.ast.QuerySyntaxException:MessageGroupingisnotmapped[fromMessageG... 错误:org.hibernate.hql.ast.QuerySyntaxException: MessageGrouping is not mapped [from MessageGrouping]
*hbm.xml:
<hibernate-mapping>
<class name="smart.jrsoft.wizoa.form.addgroup.MessageGrouping" table="MESSAGE_GROUPING" schema="WIZOA">
<id name="autoId" type="long">
<column name="AUTO_ID" precision="10" scale="0" />
<generator class="increment" />
</id>
<property name="groupingname" type="string">
<column name="GROUPINGNAME" length="20" />
</property>
<property name="flag" type="long">
<column name="FLAG" precision="10" scale="0" />
</property>
</class>
</hibernate-mapping>
Spring:
<property name="mappingResources">
<list>
<value>
smart/jrsoft/wizoa/form/address/Address.hbm.xml
</value>
<value>
smart/jrsoft/wizoa/form/addgroup/MessageGrouping.hbm.xml
</value>
</list>

</property>

</bean>
<bean id="addressDao" class="smart.jrsoft.wizoa.dao.address.AddressDao"
abstract="false" lazy-init="default" autowire="default">

<property name="sessionFactory" ref="sessionFactory" />
</bean>

<!-- 配置action -->
<bean name="/addressDo" class="smart.jrsoft.wizoa.action.address.AddressAction"
abstract="false" lazy-init="default" autowire="default">
<property name="addressDao">
<ref bean="addressDao" />
</property>
</bean>
dao类 public List<MessageGrouping> findGroup() {
return this.getHibernateTemplate().find("from MessageGrouping");
}
展开
 我来答
bd9006
2012-03-23 · TA获得超过2.5万个赞
知道大有可为答主
回答量:4.8万
采纳率:63%
帮助的人:1.6亿
展开全部
smart/jrsoft/wizoa/form/addgroup/MessageGrouping.hbm.xml 这个咋写的,用这个里而配置好的名称
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式