Provide persistence unit metadata parser
----------------------------------------

                 Key: ARIES-80
                 URL: https://issues.apache.org/jira/browse/ARIES-80
             Project: Aries
          Issue Type: New Feature
          Components: JPA
            Reporter: Alan Keane


The persistence.xml metadata is represented as a Map of properties in the 
PersistenceUnitInfoService class. Each XML element or attribute corresponds to 
a dedicated property name in the Map, and the extender must mine the file to 
create the associated property values. If no element or attribute was present 
in the persistence.xml file  there will be no entry in the Map for that 
property. Multiple XML elements are represented as properties with List values.

-- 
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