spring-data-mybatis
spring-data-mybatis copied to clipboard
How to get the automatic mapping in custom mappers?
trafficstars
I would like to avoid having to rewrite the whole JDBC/JAVA mapping in my xml mappers.
Is there a way to inject (for example using a mybatis insert), the whole mapping in my custom query?