Package org.mybatis.spring.annotation

Contains the mapper scanning classes

See:
          Description

Class Summary
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.
MapperScannerPostProcessor BeanDefinitionRegistryPostProcessor that searches recursively starting from a basePackage for interfaces with Mapper annotation and registers MapperFactoryBeans.
 

Annotation Types Summary
Mapper Annotation to identify mapper interfaces for scanning
 

Package org.mybatis.spring.annotation Description

Contains the mapper scanning classes

Version:
$Id: package-info.java 2787 2010-10-21 19:14:47Z simone.tripodi $


Copyright © 2010 MyBatis.org. All Rights Reserved.