You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2010/02/24 14:42:27 UTC

[jira] Updated: (OPENJPA-1485) isLoaded util method does not behave per spec for collection attributes and basic type

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

Donald Woods updated OPENJPA-1485:
----------------------------------

    Affects Version/s:     (was: 2.0.0)
                       2.0.0-beta
        Fix Version/s:     (was: 2.0.0)
                       2.0.0-beta2

> isLoaded util method does not behave per spec for collection attributes and basic type
> --------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-1485
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1485
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 2.0.0-beta
>            Reporter: Jeremy Bauer
>            Assignee: Jeremy Bauer
>             Fix For: 2.0.0-beta2
>
>
> Section 3.2.9  of the spec states:
> A collection-valued attribute is considered to be loaded if the collection was loaded from the database
> or the value of the attribute was assigned by the application, and, if the attribute references a collection
> instance (i.e., is not null), each element of the collection (e.g. entity or embeddable) is considered to be
> loaded.
> OpenJPA currently does not behave according to spec if an entity is loaded by the DB and the collection attribute is set to null.

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