You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Patrick Linskey (JIRA)" <ji...@apache.org> on 2007/02/07 20:30:05 UTC

[jira] Created: (OPENJPA-131) Dynamic property support

Dynamic property support
------------------------

                 Key: OPENJPA-131
                 URL: https://issues.apache.org/jira/browse/OPENJPA-131
             Project: OpenJPA
          Issue Type: New Feature
          Components: kernel
            Reporter: Patrick Linskey


Currently, OpenJPA needs fields to exist in classes in order to load data into the VM. It would be great if instead, it were possible to issue a query and get back a java.util.Map of key-value pairs corresponding to the data requested, or if it were possible to have a field of type Map in an instance that was used to access all "dynamic" keys and their values. This would be useful for user-mutated schemas, or for open content, such as is available in XML.

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


[jira] Updated: (OPENJPA-131) Dynamic property support

Posted by "Patrick Linskey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Linskey updated OPENJPA-131:
------------------------------------

    Priority: Minor

> Dynamic property support
> ------------------------
>
>                 Key: OPENJPA-131
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-131
>             Project: OpenJPA
>          Issue Type: New Feature
>          Components: kernel
>            Reporter: Patrick Linskey
>            Priority: Minor
>
> Currently, OpenJPA needs fields to exist in classes in order to load data into the VM. It would be great if instead, it were possible to issue a query and get back a java.util.Map of key-value pairs corresponding to the data requested, or if it were possible to have a field of type Map in an instance that was used to access all "dynamic" keys and their values. This would be useful for user-mutated schemas, or for open content, such as is available in XML.

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