You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rick Curtis (JIRA)" <ji...@apache.org> on 2010/10/27 23:54:21 UTC

[jira] Resolved: (OPENJPA-1858) Cache a reference to MetaDataRepository in BrokerImpl

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

Rick Curtis resolved OPENJPA-1858.
----------------------------------

    Resolution: Fixed

Committed revision 1028114 to trunk.

> Cache a reference to MetaDataRepository in BrokerImpl
> -----------------------------------------------------
>
>                 Key: OPENJPA-1858
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1858
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: performance
>    Affects Versions: 2.1.0
>            Reporter: Rick Curtis
>            Assignee: Rick Curtis
>             Fix For: 2.1.0
>
>
> Currently in BrokerImpl anytime a reference to the MetaDataRepository is needed we call to the configuration to give us a reference. This could be streamlined and BrokerImpl could hold onto a reference. 
> Since the Broker is serializeable the ref will need to be transient, but it is straight forward to handle.

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