public final class JpaParserUtils extends Object
BeanDefinition
s.Modifier and Type | Method and Description |
---|---|
static BeanDefinitionBuilder |
getJpaExecutorBuilder(Element element,
ParserContext parserContext)
Create a new
BeanDefinitionBuilder for the class JpaExecutor . |
static ManagedList<BeanDefinition> |
getJpaParameterBeanDefinitions(Element jpaComponent,
ParserContext parserContext)
Create a
ManagedList of BeanDefinition s containing parsed
JPA Parameters. |
static BeanDefinitionBuilder |
getOutboundGatewayJpaExecutorBuilder(Element gatewayElement,
ParserContext parserContext)
Create a new
BeanDefinitionBuilder for the class JpaExecutor
that is specific for JPA Outbound Gateways. |
public static BeanDefinitionBuilder getJpaExecutorBuilder(Element element, ParserContext parserContext)
BeanDefinitionBuilder
for the class JpaExecutor
.
Initialize the wrapped JpaExecutor
with common properties.element
- Must not be nullparserContext
- Must not be nullpublic static BeanDefinitionBuilder getOutboundGatewayJpaExecutorBuilder(Element gatewayElement, ParserContext parserContext)
BeanDefinitionBuilder
for the class JpaExecutor
that is specific for JPA Outbound Gateways.
Initializes the wrapped JpaExecutor
with common properties.
Delegates to getJpaExecutorBuilder(Element, ParserContext)
gatewayElement
- Must not be nullparserContext
- Must not be nullpublic static ManagedList<BeanDefinition> getJpaParameterBeanDefinitions(Element jpaComponent, ParserContext parserContext)
ManagedList
of BeanDefinition
s containing parsed
JPA Parameters.jpaComponent
- Must not be nullparserContext
- Must not be nullManagedList
of BeanDefinition
s