[ 
https://issues.apache.org/jira/browse/ISIS-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13744798#comment-13744798
 ] 

ASF subversion and git services commented on ISIS-499:
------------------------------------------------------

Commit 1a4e68921acbbb92092f36d5419fa8c1c9973f61 in branch refs/heads/master 
from [~oscarbou]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=1a4e689 ]

ISIS-499: Add templates for implementing JDO managed relationships as detailed 
on:
- http://www.datanucleus.org/products/datanucleus/jdo/orm/relationships.html

Includes support for:
- 1:n bidirectional relationship (implemented using a foreign key).
- 1:n bidirectional relationship (implemented using a join table).
- 1:n unidirectional relationship (implemented using a foreign key).
- 1:n unidirectional relationship (implemented using a join table).
- m:n unidirectional & bidirectional relationship (for the entity acting as the 
parent).
- m:n unidirectional & bidirectional relationship (for the entity acting as the 
child).

Added also an "iss" template for creating a new Apache Isis section of code 
between the "// {{" and " // }} " markers. See the "Code Folding" section of 
the following URL:

https://github.com/danhaywood/apache-isis-ide

                
> Enhance the Isis Eclipse templates to include JDO managed relationships 
> (collections)
> -------------------------------------------------------------------------------------
>
>                 Key: ISIS-499
>                 URL: https://issues.apache.org/jira/browse/ISIS-499
>             Project: Isis
>          Issue Type: Improvement
>          Components: Tool
>    Affects Versions: WEBSITE only
>            Reporter: Oscar Bou
>            Assignee: Oscar Bou
>             Fix For: WEBSITE only
>
>         Attachments: isis-templates-jdo.xml
>
>
> Add templates for implementing JDO managed relationships as detailed on:
> - http://www.datanucleus.org/products/datanucleus/jdo/orm/relationships.html
> Includes support for:
> - 1:n bidirectional relationship (implemented using a foreign key).
> - 1:n bidirectional relationship (implemented using a join table).
> - 1:n unidirectional relationship (implemented using a foreign key).
> - 1:n unidirectional relationship (implemented using a join table).
> - m:n unidirectional & bidirectional relationship (for the entity acting as 
> the parent).
> - m:n unidirectional & bidirectional relationship (for the entity acting as 
> the child).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to