Skip to content

datanucleus/datanucleus-api-jdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datanucleus-api-jdo

Support for DataNucleus persistence using the JDO API (JSR0012, JSR0243).

This is built using Maven, by executing mvn clean install which installs the built jar in your local Maven repository.

KeyFacts

License : Apache 2 licensed
Issue Tracker : http://github.com/datanucleus/datanucleus-api-jdo/issues
Javadocs : 6.0, 5.2, 5.1, 5.0, 4.2, 4.1, 4.0
Download : Maven Central
Dependencies : See file pom.xml
Support : DataNucleus Support Page

JDO Future

The Apache JDO project only develops new features relatively slowly, whilst providing an issue tracker for people to request new features. DataNucleus has gone ahead and developed support for the following features beyond the current standard JDO 3.2 release.

These issues are supported from DN 5.0+

JDO-483 : Add JDOHelper.isLoaded methods. See NucleusJDOHelper.
JDO-589 : Allow makePersistent and deletePersistent outside a transaction. Done.
JDO-610 : Support Nested Transaction or savePoint in JDO 2.3. Savepoints added for RDBMS.
JDO-625 : Support for streams. Support for 'File' with RDBMS.
JDO-677 : Ability to mark a class as read-only. Done.
JDO-697 : Support integration with javax.validation (JSR303). Done.
JDO-703 : Support datastore multitenancy. Done.
JDO-727 : Provide definition of default table/column/FK/PK/index identifier names. DatastoreIdentifier for RDBMS and NamingFactory for non-RDBMS.

These issues are supported from DN 6.0+

JDO-638 : Add annotations for instance callbacks. Done.
JDO-663 : Ability to specify to just fetch a foreign-key (and hence avoid a join) where appropriate. Supported for RDBMS.
JDO-683 : Allow version field/property to be visible to application. Done.

About

Support for DataNucleus persistence using the JDO API (JSR0012, JSR0243)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published