JPOX
JPOX
 Project  |  Ver 1.1  |  Ver 1.2  |  JDO  |  JPA  |  Guides  |  Tools
1.1 | Preparation | O/R Mapping | Runtime | Extensions | Developer
JPOX 1.1 Runtime
Runtime Tools
Queries
RDBMS Datastores
JPOX Runtime
Persistence Process ORM Runtime

So we have now defined which classes/fields are to be persisted and indeed how they match to the datastore schema. We now need to define the actual persistence of our objects and how we retrieve them from persistence. This is termed the persistence code. The persistence code can be split into several sections.