mybatis编程步骤有哪些(mybatis使用了几种设计模式)

mybatis编程步骤有哪些(mybatis使用了几种设计模式)

首页维修大全综合更新时间:2024-05-29 09:31:56

mybatis编程步骤有哪些

创建 SqlSessionFactory 的对象;

通过 SqlSessionFactory 获取 SqlSession的 对象;

通过 SqlSession 获得 Mapper 的代理对象;

通过 Mapper 的代理对象,执行数据库操作;

执行成功,则使用 SqlSession 提交事务;

执行失败,则使用 SqlSession 回滚事务;

最终,关闭Session 会话。

大家还看了
也许喜欢
更多栏目

© 2021 3dmxku.com,All Rights Reserved.