You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Michael Gentry (JIRA)" <ji...@apache.org> on 2009/10/06 16:09:31 UTC

[jira] Created: (CAY-1288) Add deleteObjects() to ObjectContext

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.


[jira] Assigned: (CAY-1288) Add deleteObjects() to ObjectContext

Posted by "Michael Gentry (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Gentry reassigned CAY-1288:
-----------------------------------

    Assignee: Michael Gentry

> 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
>            Assignee: 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.


[jira] Updated: (CAY-1288) Add deleteObjects() to ObjectContext

Posted by "Michael Gentry (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Gentry updated CAY-1288:
--------------------------------

    Priority: Minor  (was: Major)

> 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
>            Assignee: Michael Gentry
>            Priority: Minor
>             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.


[jira] Closed: (CAY-1288) Add deleteObjects() to ObjectContext

Posted by "Michael Gentry (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Gentry closed CAY-1288.
-------------------------------


> 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
>            Assignee: Michael Gentry
>            Priority: Minor
>             Fix For: 3.0 beta 1
>
>
> 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.


Re: [jira] Resolved: (CAY-1288) Add deleteObjects() to ObjectContext

Posted by Andrus Adamchik <an...@objectstyle.org>.
Yes.

On Oct 9, 2009, at 10:20 PM, Michael Gentry wrote:

> So it should be the release targeted and not the code baseline it was
> fixed from?
>
>
> On Fri, Oct 9, 2009 at 3:16 PM, Andrus Adamchik <andrus@objectstyle.org 
> > wrote:
>>
>> On Oct 9, 2009, at 10:13 PM, Michael Gentry (JIRA) wrote:
>>
>>> Fix Version/s:     (was: 3.0)
>>>                  3.0M6
>>
>> I think this should be 3.0-beta1.
>>
>>
>


Re: [jira] Resolved: (CAY-1288) Add deleteObjects() to ObjectContext

Posted by Michael Gentry <mg...@masslight.net>.
Regardless, I updated it and CAY-1283, too.

mrg

Re: [jira] Resolved: (CAY-1288) Add deleteObjects() to ObjectContext

Posted by Michael Gentry <mg...@masslight.net>.
So it should be the release targeted and not the code baseline it was
fixed from?


On Fri, Oct 9, 2009 at 3:16 PM, Andrus Adamchik <an...@objectstyle.org> wrote:
>
> On Oct 9, 2009, at 10:13 PM, Michael Gentry (JIRA) wrote:
>
>> Fix Version/s:     (was: 3.0)
>>                  3.0M6
>
> I think this should be 3.0-beta1.
>
>

Re: [jira] Resolved: (CAY-1288) Add deleteObjects() to ObjectContext

Posted by Andrus Adamchik <an...@objectstyle.org>.
On Oct 9, 2009, at 10:13 PM, Michael Gentry (JIRA) wrote:

> Fix Version/s:     (was: 3.0)
>                   3.0M6

I think this should be 3.0-beta1.


[jira] Resolved: (CAY-1288) Add deleteObjects() to ObjectContext

Posted by "Michael Gentry (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Gentry resolved CAY-1288.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.0)
                   3.0M6

> 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
>            Assignee: Michael Gentry
>            Priority: Minor
>             Fix For: 3.0M6
>
>
> 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.


[jira] Updated: (CAY-1288) Add deleteObjects() to ObjectContext

Posted by "Michael Gentry (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Gentry updated CAY-1288:
--------------------------------

    Fix Version/s:     (was: 3.0M6)
                   3.0 beta 1

> 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
>            Assignee: Michael Gentry
>            Priority: Minor
>             Fix For: 3.0 beta 1
>
>
> 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.