[
https://issues.apache.org/jira/browse/OPENJPA-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg updated OPENJPA-2602:
-----------------------------------
Attachment: (was: OPENJPA-2602.4review.patch)
> OracleDictionary uses reflection way too often
> ----------------------------------------------
>
> Key: OPENJPA-2602
> URL: https://issues.apache.org/jira/browse/OPENJPA-2602
> Project: OpenJPA
> Issue Type: Improvement
> Components: jdbc
> Affects Versions: 2.4.0
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: 2.4.1
>
> Attachments: OPENJPA-2602.4review.2.patch
>
>
> OracleDictionary has many Class.forName, getMethod and getField for
> oracle.jdbc.OraclePreparedStatement.
> This gets executed every time a setString gets used. Which can create quite
> some overhead.
> We might check those Members at construction time and use this info later at
> runtime.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)