|
The DataNucleus Access Platform provides persistence and retrieval of data to a range
of datastores using a range of APIs, with a range of query languages.
The majority of competing software only caters for a single API and a single type of datastore.
DataNucleus Access Platform is
not just an ORM
. It allows access to RDBMS just like other
persistence software, but it also allows access to object-based datastores,
or LDAP, or even documents! It is continually evolving. It also provides access via JDO or JPA APIs.
It doesn't just stop there. You could define your persistence mapping using JDO (XML or annotations)
and then persist using the JPA API. Or define your persistence mapping using JPA (XML or annotations)
and then persist using the JDO API!.
Flexibility
|
DataNucleus AccessPlatform Checklist
|
If you find something that DataNucleus Access Platform can't handle you can always extend it using
its plugin mechanism for one of its defined interfaces.
  |
|