クラス JpaParserUtils
java.lang.ObjectSE
org.springframework.integration.jpa.config.xml.JpaParserUtils
JPA アダプター固有の名前空間要素を解析し、それぞれの
BeanDefinition
を生成するためのさまざまなユーティリティメソッドが含まれています。- 導入:
- 2.2
- 作成者:
- Amol Nayak, Gunnar Hillert, Artem Bilan
メソッドのサマリー
修飾子と型メソッド説明static BeanDefinitionBuilder
getJpaExecutorBuilder
(ElementSE element, ParserContext parserContext) クラスJpaExecutor
の新しいBeanDefinitionBuilder
を作成します。static ManagedList
<BeanDefinition> getJpaParameterBeanDefinitions
(ElementSE jpaComponent, ParserContext parserContext) 解析された JPA パラメーターを含むBeanDefinition
のManagedList
を作成します。static BeanDefinitionBuilder
getOutboundGatewayJpaExecutorBuilder
(ElementSE gatewayElement, ParserContext parserContext) JPA 送信ゲートウェイに固有のクラスJpaExecutor
の新しいBeanDefinitionBuilder
を作成します。
メソッドの詳細
getJpaExecutorBuilder
public static BeanDefinitionBuilder getJpaExecutorBuilder(ElementSE element, ParserContext parserContext) - パラメーター:
element
- null であってはなりませんparserContext
- null であってはなりません- 戻り値:
- JpaExecutor の BeanDefinitionBuilder
getOutboundGatewayJpaExecutorBuilder
public static BeanDefinitionBuilder getOutboundGatewayJpaExecutorBuilder(ElementSE gatewayElement, ParserContext parserContext) JPA 送信ゲートウェイに固有のクラスJpaExecutor
の新しいBeanDefinitionBuilder
を作成します。ラップされたJpaExecutor
を共通のプロパティで初期化します。getJpaExecutorBuilder(Element, ParserContext)
への代表者- パラメーター:
gatewayElement
- null であってはなりませんparserContext
- null であってはなりません- 戻り値:
- JpaExecutor の BeanDefinitionBuilder
getJpaParameterBeanDefinitions
public static ManagedList<BeanDefinition> getJpaParameterBeanDefinitions(ElementSE jpaComponent, ParserContext parserContext) 解析された JPA パラメーターを含むBeanDefinition
のManagedList
を作成します。- パラメーター:
jpaComponent
- null であってはなりませんparserContext
- null であってはなりません- 戻り値:
BeanDefinition
のManagedList