[
https://issues.apache.org/jira/browse/OPENJPA-849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674676#action_12674676
]
Dianne Richards commented on OPENJPA-849:
-----------------------------------------
In order to close out an iteration, I'm going to comment on the solution and
this JIRA is going to be closed. I'll create a new JIRA with Pinaki's issue to
deal with that there.
This JIRA provides support for the EntityManager and EntityManagerFactory
getProperties() and getSupportedProperties() methods. The getProperties()
methods return all defined properties (keys and values), even those that have
not been explicitely set (thus, with their default values). The
getSupportedProperties() methods provide the keys for the openjpa supported
properties on the specific interfaces defined by the spec. These include new
properties defined by the spec, such as javax.persistence.query.timeout. All
non-spec properties are prefixed with "openjpa.". A derived product must
override this method in order to add it's supported properties.
> Add metadata-type getter methods to EntityManager
> -------------------------------------------------
>
> Key: OPENJPA-849
> URL: https://issues.apache.org/jira/browse/OPENJPA-849
> Project: OpenJPA
> Issue Type: Sub-task
> Affects Versions: 2.0.0
> Reporter: Dianne Richards
> Assignee: Dianne Richards
> Attachments: doc_patch.txt, patch.txt, patch.txt, patch3.txt,
> patch_reset.txt
>
>
> This task is for supporting the new 2.0 EntityManager methods getProperties()
> and getSupportedProperties()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.