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
JPA API
JPA API
Entity Manager Factory
Entity Manager
Datastore Control
Transactions
Cache
Lifecycle Callbacks
JPA Queries
JPA Query API
Named Queries
JPQL
JPQL Subqueries
SQL
JPA API
The work in this section can be split into several sections.
With JPA you need to
create an EntityManagerFactory
to connect to a datastore
With JPA you need to
create an EntityManager
to provide the interface to persisting/accessing objects
Controlling the
transaction
Accessing persisted object via
queries
, using
JPQL
, or
SQL