Registry / database / jbpm-persistence-jpa

jbpm-persistence-jpa

JSON →
library7.74.1.Finaljavamavenunverified

jBPM JPA Persistence provides JPA-based persistence for jBPM process instances and variables.

<dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-persistence-jpa</artifactId> <version>7.74.1.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBPM-PERSISTENCE-J
J
jbpm-persistence-jpa
databasejavav7.74.1.Final
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.

JPAPersistenceContext
org.jbpm.persistence.jpa.JPAPersistenceContext

Creates a JPA persistence context for jBPM.

import org.jbpm.persistence.jpa.JPAPersistenceContext; public class Example { public static void main(String[] args) { JPAPersistenceContext context = new JPAPersistenceContext(); System.out.println("JPA persistence context created"); } }
Debug
Known issues
breakingVersion 7.x uses old Hibernate/JPA versions; may conflict with newer JPA providers.
fix
Use jBPM 7.x compatible JPA provider (e.g., Hibernate 5.x).
affects: 7.x
Upgrade
Version history
7.74.1.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources
jbpm-persistence-jpa — mvn dependency:get jbpm-persistence-jpa · libregistry