クラスの使用
org.springframework.integration.jpa.dsl.JpaUpdatingOutboundEndpointSpec
JpaUpdatingOutboundEndpointSpec を使用するパッケージ
org.springframework.integration.jpa.dsl 内の JpaUpdatingOutboundEndpointSpec 使用
修飾子と型クラス説明class
修飾子と型メソッド説明JpaUpdatingOutboundEndpointSpec.clearOnFlush
(boolean clearOnFlush) JpaUpdatingOutboundEndpointSpec.flush
(boolean flush) true
に設定されている場合、EntityManager.flush()
は永続化操作の後に呼び出されます。JpaUpdatingOutboundEndpointSpec.flushSize
(int flushSize) 指定された値が0
より大きい場合、EntityManager.flush()
は、永続化操作の後およびバッチ操作内で呼び出されます。Jpa.outboundAdapter
(EntityManagerEE entityManager) 提供されたEntityManager
EE に基づいて、一方向アダプター用のJpaUpdatingOutboundEndpointSpec
ビルダーインスタンスを作成します。Jpa.outboundAdapter
(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactory
EE に基づいて、一方向アダプター用のJpaUpdatingOutboundEndpointSpec
ビルダーインスタンスを作成します。Jpa.outboundAdapter
(JpaOperations jpaOperations) 提供されたJpaOperations
に基づいて、一方向アダプター用のJpaUpdatingOutboundEndpointSpec
ビルダーインスタンスを作成します。JpaUpdatingOutboundEndpointSpec.persistMode
(PersistMode persistMode) ゲートウェイにPersistMode
を指定します。protected JpaUpdatingOutboundEndpointSpec
JpaUpdatingOutboundEndpointSpec.producesReply
(boolean producesReply) Jpa.updatingGateway
(EntityManagerEE entityManager) 提供されたEntityManager
EE に基づいて、リクエスト / 応答ゲートウェイ用のJpaUpdatingOutboundEndpointSpec
ビルダーインスタンスを作成します。Jpa.updatingGateway
(EntityManagerFactoryEE entityManagerFactory) 提供されたEntityManagerFactory
EE に基づいて、リクエスト / 応答ゲートウェイ用のJpaUpdatingOutboundEndpointSpec
ビルダーインスタンスを作成します。Jpa.updatingGateway
(JpaOperations jpaOperations) 提供されたJpaOperations
に基づいて、リクエスト / 応答ゲートウェイ用のJpaUpdatingOutboundEndpointSpec
ビルダーインスタンスを作成します。