-
public SqlSession getSqlSession(){ //通过配置文件获取数据连接信息 Reader reader= Resources.getResourceAsReader("com/imooc/config/Configuration.xml") //通过配置信息构建一个SqlSessionFactory SqlSessionFactory sqlfactory = new SqlSessionFactoryBuilder.build(reader); //通过sqlSessionFactory打开一个数据库会话 SqlSession sqlSession = sqlfactory.openSession(); return sqlSession; }查看全部
-
在配置文件中一些常用标签以及功能查看全部
-
mybatis常用标签查看全部
-
常用标签查看全部
-
mybatis的ognl表达式查看全部
-
mybatis标签查看全部
-
案例分析查看全部
-
显示页面配置查看全部
-
OGNL查看全部
-
log4j 配置查看全部
-
OGNl查看全部
-
OGNL查看全部
-
Configuration.xml查看全部
-
SQLSession的获取查看全部
-
Mybatis之SqlSession查看全部
举报
0/150
提交
取消