You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Albert Lee (JIRA)" <ji...@apache.org> on 2008/03/27 03:13:24 UTC

[jira] Updated: (OPENJPA-417) Support more elements in collections and maps

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

Albert Lee updated OPENJPA-417:
-------------------------------

    Attachment: OPENJPA-417.patch

We run into a scenario where backward compatibility is required for this feature. To allow existing application to work, the attached patch introduces an option (StoreMapCollectionInEntityAsBlob) in the openjpa.Compatibility plugin which restores the behavior implemented in the previous releases. The default value for the new option is false, that means the current feature implementation will be the default behavior. The new behavior is what we recommend new application to use.

Please review the patch and comments are welcome.
Albert Lee.

> Support more elements in collections and maps
> ---------------------------------------------
>
>                 Key: OPENJPA-417
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-417
>             Project: OpenJPA
>          Issue Type: New Feature
>            Reporter: Patrick Linskey
>             Fix For: 1.1.0
>
>         Attachments: OPENJPA-417.patch
>
>
> It would be useful if OpenJPA could support Map<String,String>, Collection<String>, Map<UserDefinedType,OtherUserDefinedType> etc. more fluently.

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