Class MyBatisJdbcConfiguration

java.lang.Object
org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
org.springframework.data.jdbc.repository.config.MyBatisJdbcConfiguration
All Implemented Interfaces:
Aware, ApplicationContextAware

@Configuration(proxyBeanMethods=false) public class MyBatisJdbcConfiguration extends AbstractJdbcConfiguration
Configuration class tweaking Spring Data JDBC to use a MyBatisDataAccessStrategy instead of the default one.
Since:
1.1
Author:
Oliver Drotbohm