Package org.mybatis.spring.mapper

Contains classes for automatically building MyBatis mapper proxy classes at application startup.

See:
          Description

Class Summary
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.
 

Package org.mybatis.spring.mapper Description

Contains classes for automatically building MyBatis mapper proxy classes at application startup.

Version:
$Id$


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.