datanucleus-core 3.0 M3 introduces the ability to receive all objects to be deleted in a single call to StorePersistenceHandler.deleteObjects(). This allows us to remove the objects from MongoDB in fewer calls. Mongodb java driver doesn't currently provide a bulk delete method so can't do just yet
datanucleus-core 3.0 M3 introduces the ability to receive all objects to be deleted in a single call to StorePersistenceHandler.deleteObjects(). This allows us to remove the objects from MongoDB in fewer calls. Mongodb java driver doesn't currently provide a bulk delete method so can't do just yet