public final class Jpa
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static JpaInboundChannelAdapterSpec |
inboundAdapter(javax.persistence.EntityManager entityManager)
Create a
JpaInboundChannelAdapterSpec builder instance
based on the provided EntityManager. |
static JpaInboundChannelAdapterSpec |
inboundAdapter(javax.persistence.EntityManagerFactory entityManagerFactory)
Create a
JpaInboundChannelAdapterSpec builder instance
based on the provided EntityManagerFactory. |
static JpaInboundChannelAdapterSpec |
inboundAdapter(JpaOperations jpaOperations)
Create a
JpaInboundChannelAdapterSpec builder instance
based on the provided JpaOperations. |
static JpaUpdatingOutboundEndpointSpec |
outboundAdapter(javax.persistence.EntityManager entityManager)
Create a
JpaUpdatingOutboundEndpointSpec builder instance for one-way adapter
based on the provided EntityManager. |
static JpaUpdatingOutboundEndpointSpec |
outboundAdapter(javax.persistence.EntityManagerFactory entityManagerFactory)
Create a
JpaUpdatingOutboundEndpointSpec builder instance for one-way adapter
based on the provided EntityManagerFactory. |
static JpaUpdatingOutboundEndpointSpec |
outboundAdapter(JpaOperations jpaOperations)
Create a
JpaUpdatingOutboundEndpointSpec builder instance for one-way adapter
based on the provided JpaOperations. |
static JpaRetrievingOutboundGatewaySpec |
retrievingGateway(javax.persistence.EntityManager entityManager)
Create a
JpaRetrievingOutboundGatewaySpec builder instance for request-reply gateway
based on the provided EntityManager. |
static JpaRetrievingOutboundGatewaySpec |
retrievingGateway(javax.persistence.EntityManagerFactory entityManagerFactory)
Create a
JpaRetrievingOutboundGatewaySpec builder instance for request-reply gateway
based on the provided EntityManagerFactory. |
static JpaRetrievingOutboundGatewaySpec |
retrievingGateway(JpaOperations jpaOperations)
Create a
JpaRetrievingOutboundGatewaySpec builder instance for request-reply gateway
based on the provided JpaOperations. |
static JpaUpdatingOutboundEndpointSpec |
updatingGateway(javax.persistence.EntityManager entityManager)
Create a
JpaUpdatingOutboundEndpointSpec builder instance for request-reply gateway
based on the provided EntityManager. |
static JpaUpdatingOutboundEndpointSpec |
updatingGateway(javax.persistence.EntityManagerFactory entityManagerFactory)
Create a
JpaUpdatingOutboundEndpointSpec builder instance for request-reply gateway
based on the provided EntityManagerFactory. |
static JpaUpdatingOutboundEndpointSpec |
updatingGateway(JpaOperations jpaOperations)
Create a
JpaUpdatingOutboundEndpointSpec builder instance for request-reply gateway
based on the provided JpaOperations. |
public static JpaInboundChannelAdapterSpec inboundAdapter(javax.persistence.EntityManagerFactory entityManagerFactory)
JpaInboundChannelAdapterSpec builder instance
based on the provided EntityManagerFactory.entityManagerFactory - the EntityManagerFactory to usepublic static JpaInboundChannelAdapterSpec inboundAdapter(javax.persistence.EntityManager entityManager)
JpaInboundChannelAdapterSpec builder instance
based on the provided EntityManager.entityManager - the EntityManager to usepublic static JpaInboundChannelAdapterSpec inboundAdapter(JpaOperations jpaOperations)
JpaInboundChannelAdapterSpec builder instance
based on the provided JpaOperations.jpaOperations - the JpaOperations to usepublic static JpaUpdatingOutboundEndpointSpec outboundAdapter(javax.persistence.EntityManagerFactory entityManagerFactory)
JpaUpdatingOutboundEndpointSpec builder instance for one-way adapter
based on the provided EntityManagerFactory.entityManagerFactory - the EntityManagerFactory to usepublic static JpaUpdatingOutboundEndpointSpec outboundAdapter(javax.persistence.EntityManager entityManager)
JpaUpdatingOutboundEndpointSpec builder instance for one-way adapter
based on the provided EntityManager.entityManager - the EntityManager to usepublic static JpaUpdatingOutboundEndpointSpec outboundAdapter(JpaOperations jpaOperations)
JpaUpdatingOutboundEndpointSpec builder instance for one-way adapter
based on the provided JpaOperations.jpaOperations - the JpaOperations to usepublic static JpaUpdatingOutboundEndpointSpec updatingGateway(javax.persistence.EntityManagerFactory entityManagerFactory)
JpaUpdatingOutboundEndpointSpec builder instance for request-reply gateway
based on the provided EntityManagerFactory.entityManagerFactory - the EntityManagerFactory to usepublic static JpaUpdatingOutboundEndpointSpec updatingGateway(javax.persistence.EntityManager entityManager)
JpaUpdatingOutboundEndpointSpec builder instance for request-reply gateway
based on the provided EntityManager.entityManager - the EntityManager to usepublic static JpaUpdatingOutboundEndpointSpec updatingGateway(JpaOperations jpaOperations)
JpaUpdatingOutboundEndpointSpec builder instance for request-reply gateway
based on the provided JpaOperations.jpaOperations - the JpaOperations to usepublic static JpaRetrievingOutboundGatewaySpec retrievingGateway(javax.persistence.EntityManagerFactory entityManagerFactory)
JpaRetrievingOutboundGatewaySpec builder instance for request-reply gateway
based on the provided EntityManagerFactory.entityManagerFactory - the EntityManagerFactory to usepublic static JpaRetrievingOutboundGatewaySpec retrievingGateway(javax.persistence.EntityManager entityManager)
JpaRetrievingOutboundGatewaySpec builder instance for request-reply gateway
based on the provided EntityManager.entityManager - the EntityManager to usepublic static JpaRetrievingOutboundGatewaySpec retrievingGateway(JpaOperations jpaOperations)
JpaRetrievingOutboundGatewaySpec builder instance for request-reply gateway
based on the provided JpaOperations.jpaOperations - the JpaOperations to use