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.| Constructor and Description |
|---|
NamedQueriesBeanDefinitionParser(String defaultLocation)
Creates a new
NamedQueriesBeanDefinitionParser using the given default location. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext) |
public NamedQueriesBeanDefinitionParser(String defaultLocation)
NamedQueriesBeanDefinitionParser using the given default location.defaultLocation - must be non-emptypublic org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParserCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.