Package cn.lm.mybatis.spring.mapper


package cn.lm.mybatis.spring.mapper
  • Classes
    Class
    Description
    A ClassPathBeanDefinitionScanner that registers Mappers by basePackage, annotationClass, or markerInterface.
    BeanFactory that enables injection of MyBatis mapper interfaces.
    BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them as MapperFactoryBean.