public final class JpaParserUtils extends Object
BeanDefinitions.| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.support.BeanDefinitionBuilder |
getJpaExecutorBuilder(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(Element jpaComponent,
org.springframework.beans.factory.xml.ParserContext parserContext)
Create a
ManagedList of BeanDefinitions containing parsed
JPA Parameters. |
static org.springframework.beans.factory.support.BeanDefinitionBuilder |
getOutboundGatewayJpaExecutorBuilder(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(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(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(Element jpaComponent, org.springframework.beans.factory.xml.ParserContext parserContext)
ManagedList of BeanDefinitions containing parsed
JPA Parameters.jpaComponent - Must not be nullparserContext - Must not be nullManagedList of BeanDefinitions