发表评论取消回复
相关阅读
相关 Mybatis 之 ResultSetHandler
在PreparedStatementHandler中的query()方法中,用ResultSetHandler来完成结果集的映射。 public <E> List<E
相关 Mybatis 之 ParameterHandler
在StatementHandler使用prepare()方法后,接下来就是使用ParameterHandler来设置参数,让我们看看它的定义: package org
相关 Mybatis 之 Executor
DefaultSqlSession是SqlSession的实现类。我们来看一个具体的实现方法: @Override public <E> List<E>
相关 Mybatis 之 SqlSession
从 [Mybatis 之 SqlSessionFactory ][Mybatis _ SqlSessionFactory] [http://blog.csdn.net/zsg
相关 Mybatis 之 StatementHandler
从 [Mybatis 之 Executor][Mybatis _ Executor] [http://write.blog.csdn.net/postedit/7791907
相关 mybatis之if
MyBatis 判断 1.判断是否为空 <if test="stringParam != null and stringParam != ''"></if
相关 MyBatis之SqlSession
MyBatis官方文档 > [MyBatis官方文档][MyBatis] > ORM框架 SqlSession创建过程 SqlSessionFa
相关 SSM之MyBatis
MyBatis 1.ORM框架 持久化框架 2.加载配置文件 创建SQLSessionFactory SqlSession 持久化 提交事务 关闭 3.文件
相关 MyBatis之MetaObject
MyBatis官方文档 > [MyBatis官方文档][MyBatis] > ORM框架 源码 public class MetaObject
还没有评论,来说两句吧...