Skip to content

Commit d3e3c0f

Browse files
authored
Merge pull request #260 from domaframework/document/dao-method-type-check
Update README to document DAO method parameter type check
2 parents bdb8f2c + db1c261 commit d3e3c0f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ The plugin also provides quick fixes for DAO methods where the required SQL file
3737
![inspection.png](images/inspection.png)
3838
- Checks that the return type of DAO method matches the expected type based on its annotation.
3939
![returnTypeInspection.png](images/returnTypeInspection.png)
40+
- Checks that parameters of DAO method matches the expected type based on its annotation.
41+
![paramTypeInspection.png](images/paramTypeInspection.png)
4042
- Checks for undefined bind variable names.
4143
- Checks the class name and package name for static property calls.
4244
![inspectionPackageName.png](images/inspectionPackageName.png)

images/paramTypeInspection.png

12.3 KB
Loading

0 commit comments

Comments
 (0)