Project
|
Access Platform
|
Development
Access Platform
|
JDO Mapping
|
JPA Mapping
|
JDO API
|
JPA API
|
Datastores
|
Plugins
|
Guides
Quick Link
Support
Donate
Problem Reporting
Download
Access Platform
JDO
JDO - MetaData
JDO - Annotations
JDO - Tutorial
JPA
JPA - MetaData
JPA - Annotations
JPA - Tutorial
Persistent Properties
JDO API
JDO API
Persistence Manager Factory
Persistence Manager
Datastore Control
Transactions
Cache
Datastore Connection
Attach/Detach
Fetch Groups
Instance Callbacks
Lifecycle Listeners
J2EE and JDO
JDO Queries
JDO Query API
Named Queries
JDOQL
JDOQL - Result
JDOQL - Methods
JDOQL - Subqueries
SQL
JPQL
JDO API
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
Accessing persisted object via
queries
, using
JDOQL
, or
SQL