传统dao执行select语句 实体类 dao接口 dao执行insert语句 dao接口的实现类 测试 动态代理条件分析 List<Student> studentList = dao.selectStudent();调用 1.dao对象,类型是StudentDao,全限定名称是:com.song.dao.StudentDao 全限定名称和sql映射文件中namespace是一样的。 2.方法名称,selectStudent,这个方法就是sql映射文件中的id值selectS...