![]() | ![]() |
![]() |
| Project | Ver 1.1 | Ver 1.2 | JDO | JPA | Guides | Tools |
| 1.1 | Preparation | O/R Mapping | Runtime | Extensions | Developer |
JPOX provides a hierarchy of classes to represent the tables and views in RDBMS datastores. This hierarchy starts off at the most basic idea of a Table, and then provides default implementations TableImpl (for a RDBMS Table), and ViewImpl (for a RDBMS View). These are then extended to support concepts of identity and O/R mapping as required by JDO. |