Mybatis 总结

1、实体类Student 2、StudentMapper接口     public void add(Student student); 3、StudentMapper.xml   <mapper namespace="javastudy.StudentMapper">     <insert id="add" parameterType="javastudy.Student" useGenera
相关文章
相关标签/搜索