Downloads: 7840
Rating:
Participated in rating: 5
Recent change notes:
1.12
- Call Hierarchy support for sqlMap statements
1.11
- Fixed ClassCastException for groovy strings
- Copy Reference support for sqlMap statements
1.10
- Not fully qualified statement names support
- Red circle of death fixed when you had some empty namespaces and invoked auto completion
1.9
- Multiple dots in fully qualified statement name support
- Any string literal is a reference now
- Computing concatenations for literals
- Better File Structure popup presentation
1.8
- Better mapper file navigation
- Mapper method definition inspection
1.7
- result resultMap attribute support
1.6
- Occasional StringIndexOutOfBoundsException fixed
- parameterMap attribute support
- selectKey resultClass attribute support
1.5
- Quick Documentation for statement names in Java code
1.4
- Support for sqlMaps with no namespace attribute defined
- Better sqlMap file navigation
1.3
- Error on background mapper detection fixed
- Resolving multiple statements with same namespace and id
1.2
- include tags support
- typeAlias support
- MyBatis 3 proxies - Go to Implementation for proxy methods jumps right into xml declaration for the mapper method
- Find Usages for sqlMap statements. Finds self-reference as well, that should be fixed
1.1
- Showing clickable gutter icons for mapper interface and their methods, no Go to Implementation hotkey support yet
- Searching for sqlMaps and mappers in libraries as well
1.0
- Go to Declaration for string literals in method arguments
- Autocompletion of statement names in string literals in method arguments
Comments:
I am using MyBatis 3 and frankly I do not understand most of the described features.
The navigation from mapper interface method to XML tag is very, very nice and welcome.
What other features does the plugin offer for MyBatis 3 used exclusively with mapper interfaces and xml?
I do have tons of ideas regarding auto-completion, inspections, ...
Thanks!
I have these multiple statements because of having to handle both Oracle and SQL Server specific statements.