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.

Reply via email to