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:37:39 UTC

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

     [ https://issues.apache.org/jira/browse/CAY-2044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-2044.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 4.0.M3

> 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
>             Fix For: 4.0.M3
>
>
> 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)