クラス Jpa
java.lang.ObjectSE
org.springframework.integration.jpa.dsl.Jpa
メソッドのサマリー
修飾子と型メソッド説明static JpaInboundChannelAdapterSpecinboundAdapter(EntityManagerEE entityManager) 提供されたEntityManagerEE に基づいてJpaInboundChannelAdapterSpecビルダーインスタンスを作成します。static JpaInboundChannelAdapterSpecinboundAdapter(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactoryEE に基づいてJpaInboundChannelAdapterSpecビルダーインスタンスを作成します。static JpaInboundChannelAdapterSpecinboundAdapter(JpaOperations jpaOperations) 提供されたJpaOperationsに基づいてJpaInboundChannelAdapterSpecビルダーインスタンスを作成します。outboundAdapter(EntityManagerEE entityManager) 提供されたEntityManagerEE に基づいて、一方向アダプター用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。outboundAdapter(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactoryEE に基づいて、一方向アダプター用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。outboundAdapter(JpaOperations jpaOperations) 提供されたJpaOperationsに基づいて、一方向アダプター用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。retrievingGateway(EntityManagerEE entityManager) 提供されたEntityManagerEE に基づいて、リクエスト / 応答ゲートウェイ用のJpaRetrievingOutboundGatewaySpecビルダーインスタンスを作成します。retrievingGateway(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactoryEE に基づいて、リクエスト / 応答ゲートウェイ用のJpaRetrievingOutboundGatewaySpecビルダーインスタンスを作成します。retrievingGateway(JpaOperations jpaOperations) 提供されたJpaOperationsに基づいて、リクエスト / 応答ゲートウェイ用のJpaRetrievingOutboundGatewaySpecビルダーインスタンスを作成します。updatingGateway(EntityManagerEE entityManager) 提供されたEntityManagerEE に基づいて、リクエスト / 応答ゲートウェイ用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。updatingGateway(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactoryEE に基づいて、リクエスト / 応答ゲートウェイ用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。updatingGateway(JpaOperations jpaOperations) 提供されたJpaOperationsに基づいて、リクエスト / 応答ゲートウェイ用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。
メソッドの詳細
inboundAdapter
public static JpaInboundChannelAdapterSpec inboundAdapter(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactoryEE に基づいてJpaInboundChannelAdapterSpecビルダーインスタンスを作成します。- パラメーター:
entityManagerFactory- 使用するEntityManagerFactoryEE- 戻り値:
- JpaInboundChannelAdapterSpec インスタンス
inboundAdapter
提供されたEntityManagerEE に基づいてJpaInboundChannelAdapterSpecビルダーインスタンスを作成します。- パラメーター:
entityManager- 使用するEntityManagerEE- 戻り値:
- JpaInboundChannelAdapterSpec インスタンス
inboundAdapter
提供されたJpaOperationsに基づいてJpaInboundChannelAdapterSpecビルダーインスタンスを作成します。- パラメーター:
jpaOperations- 使用するJpaOperations- 戻り値:
- JpaInboundChannelAdapterSpec インスタンス
outboundAdapter
public static JpaUpdatingOutboundEndpointSpec outboundAdapter(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactoryEE に基づいて、一方向アダプター用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。- パラメーター:
entityManagerFactory- 使用するEntityManagerFactoryEE- 戻り値:
- JpaUpdatingOutboundEndpointSpec インスタンス
outboundAdapter
提供されたEntityManagerEE に基づいて、一方向アダプター用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。- パラメーター:
entityManager- 使用するEntityManagerEE- 戻り値:
- JpaUpdatingOutboundEndpointSpec インスタンス
outboundAdapter
提供されたJpaOperationsに基づいて、一方向アダプター用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。- パラメーター:
jpaOperations- 使用するJpaOperations- 戻り値:
- JpaUpdatingOutboundEndpointSpec インスタンス
updatingGateway
public static JpaUpdatingOutboundEndpointSpec updatingGateway(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactoryEE に基づいて、リクエスト / 応答ゲートウェイ用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。- パラメーター:
entityManagerFactory- 使用するEntityManagerFactoryEE- 戻り値:
- JpaUpdatingOutboundEndpointSpec インスタンス
updatingGateway
提供されたEntityManagerEE に基づいて、リクエスト / 応答ゲートウェイ用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。- パラメーター:
entityManager- 使用するEntityManagerEE- 戻り値:
- JpaUpdatingOutboundEndpointSpec インスタンス
updatingGateway
提供されたJpaOperationsに基づいて、リクエスト / 応答ゲートウェイ用のJpaUpdatingOutboundEndpointSpecビルダーインスタンスを作成します。- パラメーター:
jpaOperations- 使用するJpaOperations- 戻り値:
- JpaUpdatingOutboundEndpointSpec インスタンス
retrievingGateway
public static JpaRetrievingOutboundGatewaySpec retrievingGateway(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactoryEE に基づいて、リクエスト / 応答ゲートウェイ用のJpaRetrievingOutboundGatewaySpecビルダーインスタンスを作成します。- パラメーター:
entityManagerFactory- 使用するEntityManagerFactoryEE- 戻り値:
- JpaRetrievingOutboundGatewaySpec インスタンス
retrievingGateway
提供されたEntityManagerEE に基づいて、リクエスト / 応答ゲートウェイ用のJpaRetrievingOutboundGatewaySpecビルダーインスタンスを作成します。- パラメーター:
entityManager- 使用するEntityManagerEE- 戻り値:
- JpaRetrievingOutboundGatewaySpec インスタンス
retrievingGateway
提供されたJpaOperationsに基づいて、リクエスト / 応答ゲートウェイ用のJpaRetrievingOutboundGatewaySpecビルダーインスタンスを作成します。- パラメーター:
jpaOperations- 使用するJpaOperations- 戻り値:
- JpaRetrievingOutboundGatewaySpec インスタンス