Skip to content

Example of using the JDO API with JDO, detaching an object and then attaching it with an update

Notifications You must be signed in to change notification settings

andyjefferson/jdo-mongodb-attach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jdo-mongodb-attach

Simple test of use of the JDO API with MongoDB database. This test persists an object, and detaches it. It then updates the detached object. Finally it attaches the object. It tests whether attaching updates the database representation.

To run this, simply type "mvn clean compile test"

About

Example of using the JDO API with JDO, detaching an object and then attaching it with an update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages