Uses of Class
org.mybatis.spring.MapperFactoryBean

Packages that use MapperFactoryBean
org.mybatis.spring.annotation Contains the mapper scanning classes 
 

Uses of MapperFactoryBean in org.mybatis.spring.annotation
 

Subclasses of MapperFactoryBean in org.mybatis.spring.annotation
 class InternalMapperFactoryBean<T>
          MapperScannerPostProcessor registers new mappers creating new MapperFactoryBeans but if there are other MapperFactoryBeans defined in the context their bean definitions are created before the MapperScannerPostProcessor is executed.
 



Copyright © 2010 MyBatis.org. All Rights Reserved.