update « jdo « Java Enterprise Q&A





1. How to use JDO(DataNucleus) to Update & Delete data?    stackoverflow.com

I've set up a small project using apache.JDO /w DataNucleus. I can save data w/o any problems, but I got stuck when trying to update or delete them. The scenario is ...