You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ Provides Intention Action features for automatically generating SQL templates be
23
23
- When a DAO method has an `@Sql` annotation but the corresponding SQL template file does not exist, you can automatically generate it from the intention action (Alt+Enter).
24
24
-**Generate corresponding SQL annotation from SQL file**
25
25
- When a SQL file exists but the corresponding DAO method doesn't have an `@Sql` annotation, you can automatically add the annotation from the intention action (Alt+Enter) on the SQL file.
26
+
-**Bulk conversion for DAO class**
27
+
- You can execute a bulk conversion action for an entire DAO class, converting between `@Sql` annotations and SQL files for all methods at once.
28
+
- Methods that already have an `@Sql` annotation or an existing SQL file are excluded from the bulk action.
0 commit comments