org.mybatis.spring.config
Class MapperScannerBeanDefinitionParser
java.lang.Object
org.mybatis.spring.config.MapperScannerBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class MapperScannerBeanDefinitionParser
- extends Object
- implements org.springframework.beans.factory.xml.BeanDefinitionParser
A {#code BeanDefinitionParser} that handles the element scan of the MyBatis.
namespace
- Since:
- 1.2.0
- Version:
- $Id$
- Author:
- Lishu Luo, Eduardo Macarron
- See Also:
MapperFactoryBean
,
ClassPathMapperScanner
Method Summary |
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapperScannerBeanDefinitionParser
public MapperScannerBeanDefinitionParser()
parse
public org.springframework.beans.factory.config.BeanDefinition parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
-
- Specified by:
parse
in interface org.springframework.beans.factory.xml.BeanDefinitionParser
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.