org.springframework.data.repository.config
Class NamedQueriesBeanDefinitionParser
java.lang.Object
org.springframework.data.repository.config.NamedQueriesBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class NamedQueriesBeanDefinitionParser
- extends Object
- implements org.springframework.beans.factory.xml.BeanDefinitionParser
BeanDefinitionParser to create BeanDefinitions of NamedQueries instances looking up a
Properties file fom the given location.
- Author:
- Oliver Gierke
|
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 |
NamedQueriesBeanDefinitionParser
public NamedQueriesBeanDefinitionParser(String defaultLocation)
- Creates a new
NamedQueriesBeanDefinitionParser using the given default location.
- Parameters:
defaultLocation - must be non-empty
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 © 2011-2013-2013 SpringSource. All Rights Reserved.