public class NamedQueriesBeanDefinitionParser extends Object implements BeanDefinitionParser
BeanDefinitionParser
to create BeanDefinition
s 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 |
---|---|
BeanDefinition |
parse(Element element,
ParserContext parserContext) |
public NamedQueriesBeanDefinitionParser(String defaultLocation)
NamedQueriesBeanDefinitionParser
using the given default location.defaultLocation
- must be non-empty@Nonnull public BeanDefinition parse(Element element, ParserContext parserContext)
parse
in interface BeanDefinitionParser
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.