Registry / database / spring-integration-jpa

spring-integration-jpa

JSON →
library7.0.4javamavenunverified

Spring Integration support for JPA (Java Persistence API) in integration flows.

<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-jpa</artifactId> <version>7.0.4</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-INTEGRATION
S
spring-integration-jpa
databasejavav7.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JpaExecutor
org.springframework.integration.jpa.core.JpaExecutor

Create a JPA executor for querying entities

import org.springframework.integration.jpa.core.JpaExecutor; import javax.persistence.EntityManagerFactory; EntityManagerFactory emf = ...; JpaExecutor executor = new JpaExecutor(emf); executor.setJpaQuery("select e from MyEntity e");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
spring-integration-jpa — mvn dependency:get spring-integration-jpa · libregistry