mybatis报错:It‘s likely that neither a Result Type nor a Result Map was specified

在学习MyBatis过程中,遇到ExecutorException报错,提示Mapped Statement 'com.uranus.mapper.StudentMapper.SelectStuAll'没有找到Result Maps。错误原因可能是未指定Result Type或Result Map。通过检查源代码,发现缺少resultType属性。尝试设置为List、String、Integer等类型无效,最终解决方案是在resultType中指定实体类全名,即'com.uranus.bean.Student',将数据库查询结果映射到实体类属性上。
摘要由CSDN通过智能技术生成

mybatis报错:org.apache.ibatis.executor.ExecutorException:A query was run and no Result Maps were found for the Mapped Statement ‘com.uranus.mapper.StudentMapper.SelectStuAll’. It’s likely that neither a Result Type nor a Result Map was specified.)

今天学习MyBatis的时候,查询学生的全部信息,出现了以下的错误
A query was run and no Result Maps were found for the Mapped Statement ‘com.uranus.mapper.StudentMapper.SelectStuAll’. It’s likely that neither a Result Type nor a Result Map was specified.
翻译的结果就是:很可能既没有指定结果类型,也没有指定结果映射。
以下是我的源代码

 <select id="SelectStuAll&#
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值