mongodb « jdo « Java Enterprise Q&A





1. Using MongoDB "_id" field as primary key within DataNucleus    stackoverflow.com

I am new to MongoDB and JDO after mostly doing development with Hibernate in the past. I am trying to persist a simple object and leverage the generated "_id" from MongoDB ...