|
DataNucleus supports persisting objects to Open Document Format (ODF) documents (using the
datanucleus-odf plugin).
Such documents can then be used in applications like OpenOffice and KOffice.
It makes use of the ODF Toolkit project.
Support for ODF is in its early stages and will be enhanced in future releases.
If you wish to help out in this effort either by contributing or by sponsoring particular
functionality please contact us via the DataNucleus Forum.
DataNucleus supports the following mode of operation: file-based
The following persistence properties will connect to a local file on your local machine
datanucleus.ConnectionURL=odf:file:myfile.ods
replacing "myfile.ods" with your filename, which can be absolute or relative
The following are known limitations of the current implementation
-
Persistence of maps is not supported
-
Optimistic checking of versions is not supported
-
Identity generators that operate using the datastore are not supported
-
Cannot map inherited classes to the same worksheet
|
|