Package org.mybatis.spring.mapper
package org.mybatis.spring.mapper
Contains classes for automatically building MyBatis mapper proxy classes at application startup.
-
ClassesClassDescriptionA
ClassPathBeanDefinitionScanner
that registers Mappers bybasePackage
,annotationClass
, ormarkerInterface
.BeanFactory that enables injection of MyBatis mapper interfaces.BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them asMapperFactoryBean
.