Registry / orm / javax-jdo

javax-jdo

JSON →
library3.2.1javamavenunverified

Standard interface-based Java model abstraction of persistence, developed by the JCP.

<dependency> <groupId>org.datanucleus</groupId> <artifactId>javax.jdo</artifactId> <version>3.2.1</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-JDO
J
javax-jdo
ormjavav3.2.1
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.

PersistenceManagerFactory
javax.jdo.PersistenceManagerFactory

Minimal example to obtain a PersistenceManagerFactory using JDO.

import javax.jdo.PersistenceManagerFactory; import javax.jdo.JDOHelper; public class JdoExample { public static void main(String[] args) { PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory("MyPersistenceUnit"); System.out.println("PersistenceManagerFactory created: " + pmf); } }
Debug
Known issues
breakingJDO 3.2.x is the final version under javax.jdo; future versions may move to jakarta.jdo.
fix
Consider migrating to Jakarta JDO for future compatibility.
affects: >=3.2.0
Upgrade
Version history
3.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
36
Resources
javax-jdo — mvn dependency:get javax-jdo · libregistry