Registry / orm / jdo-api

jdo-api

JSON →
library3.2.1javamavenunverified

The Java Data Objects (JDO) API provides a standard interface-based abstraction for persistence of Java objects.

ormdatabase
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.

javax.jdo.PersistenceManager

Minimal example showing import and usage of JDO PersistenceManager.

import javax.jdo.PersistenceManager; import javax.jdo.PersistenceManagerFactory; public class Example { public static void main(String[] args) { PersistenceManagerFactory pmf = null; PersistenceManager pm = pmf.getPersistenceManager(); System.out.println("JDO PersistenceManager obtained"); } }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
18 hits · last 30 days
amazonbot
4
gptbot
3
claudebot
3
mj12bot
2
ahrefsbot
1
Resources