Package org.mybatis.spring.mapper

Contains classes for automatically building MyBatis mapper proxy classes at application startup.
  • Class Summary
    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.