Project
|
Ver 1.1
|
Ver 1.2
|
JDO
|
JPA
|
Guides
|
Tools
1.2
|
Persistence
|
JDO ORM
|
JPA ORM
|
Runtime
|
JDO Runtime
|
JPA Runtime
|
Extensions
|
Developer
JDO Runtime
JDO Runtime
Persistence Manager Factory
Named PMF
Persistence Manager
Transaction Sync
Datastore Connection
Attach/Detach
Fetch Groups
Instance Callbacks
Lifecycle Listeners
Auto-Start Mechanism
J2EE
JDO Queries
JDO Query API
Named Queries
JDOQL
JDOQL - Result
JDOQL - Methods
JDOQL - Subqueries
JDOQL - Spatial
SQL
JPQL
JPOXSQL
JDO Runtime
The work in this section can be split into several sections.
With JDO you need to
create a PersistenceManagerFactory
to connect to a datastore
With JDO you need to
create a PersistenceManager
to provide the interface to persisting/accessing objects
Controlling the
transaction
and its
management
Accessing persisted object via
queries
, using
JDOQL
, or
SQL