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
If a method in a mapper interface has no corresponding tag in the XML a warning would be very nice.
Same for a mybatis select/update/delete tag without a corresponding java mapper method declaration.
The text was updated successfully, but these errors were encountered:
I have implemented inspection for interface methods with no corresponding statements and having no MyBatis annotations attached. A quick fix would be nice, I'll try to provide one later. I have deployed the code to JetBrains repo, have a look when it goes public.
If a method in a mapper interface has no corresponding tag in the XML a warning would be very nice.
Same for a mybatis select/update/delete tag without a corresponding java mapper method declaration.
The text was updated successfully, but these errors were encountered: