GitHub user jotpe opened a pull request:
https://github.com/apache/cayenne/pull/80
setToManyTarget
This pull request extends the CayenneDataObject with a
setToManyTarget(String, Collection<? extends DataObject>, boolean) method.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jotpe/cayenne master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cayenne/pull/80.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #80
----
commit 1358dad4e3ae2cf2735aa223b869e4b85f18508e
Author: jotpe <[email protected]>
Date: 2015-12-06T22:04:41Z
extends CayenneDataObject with a setToManyTarget(String, Collection<?
extends DataObject>, boolean) method
commit 349fcde6ca971c7451af9979a9830e0a4a4ab111
Author: jotpe <[email protected]>
Date: 2015-12-21T13:54:03Z
replaced NullPointerException with IllegalArguementException (checkstyle
warning)
replaced RuntimeExcpetion with UnsupportedOperationException (checkstyle
warning)
modified JavaDoc for Exception handling
checked instanceof for wrong variable in line 318
commit 3be7554dc0362c3042904619425b73a5eba188ed
Author: jotpe <[email protected]>
Date: 2015-12-21T13:55:04Z
Tests for setToManyTarget Method in CayenneDataObject
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---