public final class Jpa extends ObjectSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static JpaInboundChannelAdapterSpec inboundAdapter(EntityManagerFactorySE entityManagerFactory)
EntityManagerFactorySE に基づいて JpaInboundChannelAdapterSpec ビルダーインスタンスを作成します。entityManagerFactory - 使用する EntityManagerFactorySEpublic static JpaInboundChannelAdapterSpec inboundAdapter(EntityManagerSE entityManager)
EntityManagerSE に基づいて JpaInboundChannelAdapterSpec ビルダーインスタンスを作成します。entityManager - 使用する EntityManagerSEpublic static JpaInboundChannelAdapterSpec inboundAdapter(JpaOperations jpaOperations)
JpaOperations に基づいて JpaInboundChannelAdapterSpec ビルダーインスタンスを作成します。jpaOperations - 使用する JpaOperationspublic static JpaUpdatingOutboundEndpointSpec outboundAdapter(EntityManagerFactorySE entityManagerFactory)
EntityManagerFactorySE に基づいて、一方向アダプター用の JpaUpdatingOutboundEndpointSpec ビルダーインスタンスを作成します。entityManagerFactory - 使用する EntityManagerFactorySEpublic static JpaUpdatingOutboundEndpointSpec outboundAdapter(EntityManagerSE entityManager)
EntityManagerSE に基づいて、一方向アダプター用の JpaUpdatingOutboundEndpointSpec ビルダーインスタンスを作成します。entityManager - 使用する EntityManagerSEpublic static JpaUpdatingOutboundEndpointSpec outboundAdapter(JpaOperations jpaOperations)
JpaOperations に基づいて、一方向アダプター用の JpaUpdatingOutboundEndpointSpec ビルダーインスタンスを作成します。jpaOperations - 使用する JpaOperationspublic static JpaUpdatingOutboundEndpointSpec updatingGateway(EntityManagerFactorySE entityManagerFactory)
EntityManagerFactorySE に基づいて、リクエスト / 応答ゲートウェイ用の JpaUpdatingOutboundEndpointSpec ビルダーインスタンスを作成します。entityManagerFactory - 使用する EntityManagerFactorySEpublic static JpaUpdatingOutboundEndpointSpec updatingGateway(EntityManagerSE entityManager)
EntityManagerSE に基づいて、リクエスト / 応答ゲートウェイ用の JpaUpdatingOutboundEndpointSpec ビルダーインスタンスを作成します。entityManager - 使用する EntityManagerSEpublic static JpaUpdatingOutboundEndpointSpec updatingGateway(JpaOperations jpaOperations)
JpaOperations に基づいて、リクエスト / 応答ゲートウェイ用の JpaUpdatingOutboundEndpointSpec ビルダーインスタンスを作成します。jpaOperations - 使用する JpaOperationspublic static JpaRetrievingOutboundGatewaySpec retrievingGateway(EntityManagerFactorySE entityManagerFactory)
EntityManagerFactorySE に基づいて、リクエスト / 応答ゲートウェイ用の JpaRetrievingOutboundGatewaySpec ビルダーインスタンスを作成します。entityManagerFactory - 使用する EntityManagerFactorySEpublic static JpaRetrievingOutboundGatewaySpec retrievingGateway(EntityManagerSE entityManager)
EntityManagerSE に基づいて、リクエスト / 応答ゲートウェイ用の JpaRetrievingOutboundGatewaySpec ビルダーインスタンスを作成します。entityManager - 使用する EntityManagerSEpublic static JpaRetrievingOutboundGatewaySpec retrievingGateway(JpaOperations jpaOperations)
JpaOperations に基づいて、リクエスト / 応答ゲートウェイ用の JpaRetrievingOutboundGatewaySpec ビルダーインスタンスを作成します。jpaOperations - 使用する JpaOperations