摘要:
<mapper namespace="test"> <!-- parameterType:参数类型,填写实体类的完整名字 --> <insert id="save" parameterType="cn.chentging.mybatis.entity.Employee"> insert into n 阅读全文
摘要:
JdbcTemplate简介 Spring对数据库的操作在jdbc上面做了深层次的封装,使用spring的注入功能,可以把DataSource注册到JdbcTemplate之中。 JdbcTemplate位于中。其全限定命名为org.springframework.jdbc.core.JdbcTem 阅读全文