Add deleteObjects() to ObjectContext
------------------------------------
Key: CAY-1288
URL: https://issues.apache.org/jira/browse/CAY-1288
Project: Cayenne
Issue Type: Improvement
Components: Cayenne Core Library
Affects Versions: 3.0M6
Environment: All
Reporter: Michael Gentry
Fix For: 3.0
DataContext has a deleteObjects() method, but ObjectContext doesn't.
The documentation shows using deleteObjects:
http://cayenne.apache.org/doc/deleting-objects.html
This is more of a hassle when using cayenneObject.getObjectContext().delete...
instead of cayenneObject.getDataContext() because getDataContext() is
deprecated in 3.0.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.