See: Description
Class | Description |
---|---|
ClassPathMapperScanner |
A
ClassPathBeanDefinitionScanner that registers Mappers by basePackage , annotationClass , or
markerInterface . |
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 as
MapperFactoryBean . |
Copyright © 2010–2020 MyBatis.org. All rights reserved.