New issue 383 by johan.ha...@gmail.com: Cannot delete entities with
composite ID
http://code.google.com/p/morphia/issues/detail?id=383
When an entity has a composite id you cannot delete it using the delete or
deleteById methods in BasicDAO.
Refer to the discussion here:
http://groups.google.com/group/morphia/browse_thread/thread/adeca43a68e0aff6
The reason is that the composite object is not mapped to a mongo object.
I've created a patch for this.
Attachments:
Support_deleting_entities_with_composite_id.patch 2.4 KB
Comment #1 on issue 383 by scotthernandez: Cannot delete entities with
composite ID
http://code.google.com/p/morphia/issues/detail?id=383
This issue was closed by revision r1812.
Thanks for the patch but the fix was a little different.