public final class JpaParserUtils
extends java.lang.Object
BeanDefinition
s.Modifier and Type | Method and Description |
---|---|
static org.springframework.beans.factory.support.BeanDefinitionBuilder |
getJpaExecutorBuilder(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Create a new
BeanDefinitionBuilder for the class JpaExecutor . |
static org.springframework.beans.factory.support.ManagedList<org.springframework.beans.factory.config.BeanDefinition> |
getJpaParameterBeanDefinitions(org.w3c.dom.Element jpaComponent,
org.springframework.beans.factory.xml.ParserContext parserContext)
Create a
ManagedList of BeanDefinition s containing parsed
JPA Parameters. |
static org.springframework.beans.factory.support.BeanDefinitionBuilder |
getOutboundGatewayJpaExecutorBuilder(org.w3c.dom.Element gatewayElement,
org.springframework.beans.factory.xml.ParserContext parserContext)
Create a new
BeanDefinitionBuilder for the class JpaExecutor
that is specific for JPA Outbound Gateways. |
public static org.springframework.beans.factory.support.BeanDefinitionBuilder getJpaExecutorBuilder(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
BeanDefinitionBuilder
for the class JpaExecutor
.
Initialize the wrapped JpaExecutor
with common properties.element
- Must not be nullparserContext
- Must not be nullpublic static org.springframework.beans.factory.support.BeanDefinitionBuilder getOutboundGatewayJpaExecutorBuilder(org.w3c.dom.Element gatewayElement, org.springframework.beans.factory.xml.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 org.springframework.beans.factory.support.ManagedList<org.springframework.beans.factory.config.BeanDefinition> getJpaParameterBeanDefinitions(org.w3c.dom.Element jpaComponent, org.springframework.beans.factory.xml.ParserContext parserContext)
ManagedList
of BeanDefinition
s containing parsed
JPA Parameters.jpaComponent
- Must not be nullparserContext
- Must not be nullManagedList
of BeanDefinition
s