You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2016/01/02 14:35:39 UTC

[jira] [Created] (CAY-2044) Collection setter for to-many relationships

Andrus Adamchik created CAY-2044:
------------------------------------

             Summary: Collection setter for to-many relationships
                 Key: CAY-2044
                 URL: https://issues.apache.org/jira/browse/CAY-2044
             Project: Cayenne
          Issue Type: Improvement
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik


This task is to implement CayenneDataObject method to replace the entire to-many collection:

   List<? extends DataObject> setToManyTarget(
       String relName, 
       Collection<? extends DataObject> values,
       boolean setReverse)

Discussion: https://mail-archives.apache.org/mod_mbox/cayenne-dev/201512.mbox/%3C5663008D.4020903@posteo.de%3E

Pull request: https://github.com/apache/cayenne/pull/80



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)