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.