当前位置: 代码迷 >> SQL >> 解决com.ibatis.sql地图.client.SqlMapException: There is no statement named in this SqlMap
  详细解决方案

解决com.ibatis.sql地图.client.SqlMapException: There is no statement named in this SqlMap

热度:205   发布时间:2016-05-05 11:19:48.0
解决com.ibatis.sqlmap.client.SqlMapException: There is no statement named in this SqlMap
com.ibatis.sqlmap.client.SqlMapException: There is no statement named in this SqlMap.

可能存在3种情况:
1、在xxx.xml文件中有两个标签的id命名相同;
2、DAO实现类方法中没有写对应xxx.xml的id名称;

3、实体映射文件xxx.xml未加入到sqlMap-Config.xml文件中。


  相关解决方案