We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564dc4e commit b291da9Copy full SHA for b291da9
src/main/resources/intentionDescriptions/ConvertSqlFileToAnnotationFromDaoAction/description.html
@@ -2,7 +2,7 @@
2
<body>
3
<p>
4
This action converts SQL statements from SQL files into Sql annotations for DAO methods.<br>
5
- By selecting an DAO method and executing the action, the corresponding SQL will be embedded as an annotation in the appropriate DAO method.<br>
+ By selecting a DAO method and executing the action, the corresponding SQL will be embedded as an annotation in the appropriate DAO method.<br>
6
This makes it easier to manage SQL directly within the source code and improves code readability and maintainability.
7
</p>
8
</body>
0 commit comments