All Classes and Interfaces

Class
Description
 
A ClassPathBeanDefinitionScanner that registers Mappers by basePackage, annotationClass, or markerInterface.
BeanFactory that enables injection of MyBatis mapper interfaces.
Use this annotation to register MyBatis mapper interfaces when using Java Config.
BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them as MapperFactoryBean.
A ImportBeanDefinitionRegistrar to allow annotation configuration of MyBatis mapper scanning.
The Container annotation that aggregates several MapperScan annotations.