You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Kevin Sutter (JIRA)" <ji...@apache.org> on 2007/09/18 18:16:43 UTC

[jira] Updated: (OPENJPA-358) Recursion Depth for Field f should be calculated w.r.t active fetch groups and not all fetch groups

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

Kevin Sutter updated OPENJPA-358:
---------------------------------

        Fix Version/s: 1.1.0
                       1.0.1
             Assignee: Pinaki Poddar
    Affects Version/s: 0.9.7
                       1.0.0

> Recursion Depth for Field f should be calculated w.r.t active fetch groups and not all fetch groups
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-358
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-358
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 0.9.7, 1.0.0
>            Reporter: Pinaki Poddar
>            Assignee: Pinaki Poddar
>             Fix For: 1.0.1, 1.1.0
>
>
> A field f can have multiple recursion depth specified under different fetch groups.
> Give:
>  f is a member of three fetch groups A,B and C with d1, d2, d3 being its recursion depth in these groups respectively.
> Assertion:
> if A and B are active and C is inactive then effective recursion depth of f should be max(d1,d2) and not max(d1,d2,d3).
> Currently recursion depth of f does not account for the active groups and is computed over all the groups f is a member of.

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