User Guide
The basic steps to active OpenJPA to process SDO DataObjects are
- Define SDO Types in XML Schema files
- Generate Java Source code corresponding to SDO Types
- Configure OpenJPA to enable support for SDO
- User application creates SDO DataObjects/Graphs using SDO API
- These SDO DataObjects can be stored or updated using JPA API
- User application can also query via JPQL to receive DataObjects from a relational database.
Following pages describes these steps in further details.