Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e30dce

Browse filesBrowse files
Shadow-JavaAcgelababy
authored andcommitted
feat: mybatis
1 parent 3fe08e2 commit 7e30dce
Copy full SHA for 7e30dce

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
  • languages/java/open-source-framework/persistence-framework/mybatis
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎languages/java/open-source-framework/persistence-framework/mybatis/mybatis.md‎

Copy file name to clipboardExpand all lines: languages/java/open-source-framework/persistence-framework/mybatis/mybatis.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ SQL 语句:MyBatis 支持使用原生 SQL 语句或使用 #{...} 占位符的
5959
1.使用动态代理对mybatis的特定方法进行增强,对特定方法增强,在方法前或者方法后做处理 interceptor.plugin(target);
6060
2.比如redis的插件,支持使用redis的缓存机制对分布式做缓存
6161

62-
事务管理:MyBatis 可以与事务管理器集成,例如使用 JDBC 的事务管理或使用 Spring 框架的声明式事务管理。你可以在配置文件中配置事务管理器,并在需要时使用事务来保证数据的一致性
62+
事务管理:MyBatis 可以与事务管理器集成,例如使用 JDBC 的事务管理或使用 Spring 框架的声明式事务管理。你可以在配置文件中配置事务管理器,并在需要时使用事务来保证数据的一致性

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.