StudentMap指定resultType="Student",parameterType="java.lang.String" sql语句为select * from Student where stunum=#{stunum}。我想知道MyBatis怎么能将查询出的一行Student信息的每一栏对应实体对象的每个属性。MyBatis又没有像Hibernate可以配置映射文件?新手求教学
StudentMap指定resultType="Student",parameterType=