public final class Jpa extends Object
public static JpaInboundChannelAdapterSpec inboundAdapter(EntityManagerFactory entityManagerFactory)
JpaInboundChannelAdapterSpec
builder instance
based on the provided EntityManagerFactory
.entityManagerFactory
- the EntityManagerFactory
to usepublic static JpaInboundChannelAdapterSpec inboundAdapter(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(EntityManagerFactory entityManagerFactory)
JpaUpdatingOutboundEndpointSpec
builder instance for one-way adapter
based on the provided EntityManagerFactory
.entityManagerFactory
- the EntityManagerFactory
to usepublic static JpaUpdatingOutboundEndpointSpec outboundAdapter(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(EntityManagerFactory entityManagerFactory)
JpaUpdatingOutboundEndpointSpec
builder instance for request-reply gateway
based on the provided EntityManagerFactory
.entityManagerFactory
- the EntityManagerFactory
to usepublic static JpaUpdatingOutboundEndpointSpec updatingGateway(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(EntityManagerFactory entityManagerFactory)
JpaRetrievingOutboundGatewaySpec
builder instance for request-reply gateway
based on the provided EntityManagerFactory
.entityManagerFactory
- the EntityManagerFactory
to usepublic static JpaRetrievingOutboundGatewaySpec retrievingGateway(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