StateManagerImpl performance improvement
----------------------------------------
Key: OPENJPA-1549
URL: https://issues.apache.org/jira/browse/OPENJPA-1549
Project: OpenJPA
Issue Type: Improvement
Components: kernel
Reporter: Rick Curtis
Assignee: Rick Curtis
I found that we could be much more efficient in
StateManagerImpl.proxyFields(boolean reset, boolean replaceNull). As it is
implemented today, we process all fields even though we only need to perform
work on fields that are of the type Calendar, Collection, Date, Map, Object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.