You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Jeremy Bauer (JIRA)" <ji...@apache.org> on 2010/02/19 16:26:28 UTC

[jira] Resolved: (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 ]

Jeremy Bauer resolved OPENJPA-1485.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

> 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
>            Reporter: Jeremy Bauer
>            Assignee: Jeremy Bauer
>             Fix For: 2.0.0
>
>
> 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.