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

Amita Vadhavkar updated TUSCANY-1851:
-------------------------------------

    Attachment: 1851.patch

new apis in MappingWrapper and ConfigHelper to accept relationshipName. can be 
null - in which case relationship name
will come from foreign key table name as per convention.
new methods -
addRelationship(Vector parentNames, Vector childNames, String relationshipName);
addRelationship(String parentName, String childName, String relationshipName);

new test cases -
ProgrammaticConfigTests.testAddRelationshipWithName(), 
testAddRelationshipMultiKeyWithName()

> DAS relationship helper API improvement
> ---------------------------------------
>
>                 Key: TUSCANY-1851
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1851
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java DAS RDB
>    Affects Versions: Java-DAS-Next
>            Reporter: Amita Vadhavkar
>            Assignee: Amita Vadhavkar
>             Fix For: Java-DAS-Next
>
>         Attachments: 1851.patch
>
>
> support api addRelationship() with relationship name as param

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to