创建SqlSessionFactory,new SqlSessionFactoryBuilder().build()方法来创建
openSession()创建SqlSession核心对象;
用openSession()方法创建SqlSession对象:会开启一个事务,需要手动提交事务;
sqlSessionFactoy和SqlSession
最新推荐文章于 2025-05-03 16:22:13 发布

创建SqlSessionFactory,new SqlSessionFactoryBuilder().build()方法来创建
openSession()创建SqlSession核心对象;
用openSession()方法创建SqlSession对象:会开启一个事务,需要手动提交事务;