Package org.mybatis.spring.mapper
Contains classes for automatically building MyBatis mapper proxy classes at application startup.
-
Class Summary Class Description ClassPathMapperScanner AClassPathBeanDefinitionScannerthat registers Mappers bybasePackage,annotationClass, ormarkerInterface.MapperFactoryBean<T> BeanFactory that enables injection of MyBatis mapper interfaces.MapperScannerConfigurer BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them asMapperFactoryBean.