标签:
1. 直接先上一个例子:
在 Java代码中,你可以使用如下触发 SQL语句:
SqlSession session = getSqlSessionFactory().openSession();
StudentMapper mapper = session.getMapper(StudentMapper.class); // Select Student by Id Student student = mapper.selectStudentById(1); //To insert a Student record mapper.insertStudent(student);
二.一些知识点:
使用方法1:
使用方法2:
使用方法3:
三. 分析mybatis-config.xml
标签:
原文地址:http://www.cnblogs.com/qinjiayan/p/5103329.html