How do I contribute (e.g. give feedback, fix bugs, etc.)? Reporting Bugs Contacting Us Contributing as a Non-Committer Becoming a Committer How do I contribute (e.g. give fe...
What is JDO? I’d like to find out more about the project and possibly contribute. What do I do next? Where is the mailing list, and how can I subscribe? Does this project use a ...
Retrieve an object from its identity Retrieve an object based on its Extent Retrieve an object based on a query criteria Any application will require access to persisted object...
Using JDO requires several components that work together: a database that stores your data persistently an application that operates through the JDO layers on the database a JDO...
JDO utilizes some terminology used elsewhere (e.g. Java EE) but also introduces some terminology that may be new to people. Below is a glossary of some common terms that may be en...
PersistenceManagerFactory methods Persistence methods Lifecycle methods JDO provides a standard utility that gives access to useful parts of the JDO persistence process. This i...
Locking Non-Transactional When managing the persistence of objects using a PersistenceManager it is common to handle all datastore operations in a transaction. For this reason ...
String Methods Collection Methods List Methods Map Methods Temporal Methods Enum Methods Optional Methods Other Methods When writing the “filter” for a JDOQL Query you can...
Articles Books Articles There have been several articles about JDO on various websites. Some are listed below SUN : Oracle JDO Web Site http://www.oracle.com/technetwork/java...
Maven (convenience binary) About JDO Releases Verifying Releases To develop your own code to use or implement JDO, you can use the links below to download Apache JDO from an of...