org.mule.module.db.internal.config.processor
Class AbstractUpdateProcessorBeanDefinitionParser
java.lang.Object
org.mule.module.db.internal.config.processor.AbstractUpdateProcessorBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
- Direct Known Subclasses:
- DeleteProcessorBeanDefinitionParser, InsertProcessorBeanDefinitionParser, UpdateProcessorBeanDefinitionParser
public abstract class AbstractUpdateProcessorBeanDefinitionParser
- extends Object
- implements org.springframework.beans.factory.xml.BeanDefinitionParser
|
Method Summary |
protected abstract List<QueryType> |
getQueryType()
|
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 |
BULK_MODE_ATTRIBUTE
public static final String BULK_MODE_ATTRIBUTE
- See Also:
- Constant Field Values
AbstractUpdateProcessorBeanDefinitionParser
public AbstractUpdateProcessorBeanDefinitionParser()
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
getQueryType
protected abstract List<QueryType> getQueryType()
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.