rmannibucau commented on PR #118:
URL: https://github.com/apache/openjpa/pull/118#issuecomment-2282201536

   I assume all the constants can be hardcoded (no reflection needed) and 
match_any can be extracted to avoid any loop or alike and be a "return always 
true/false" impl when present? else ok for me, just a small note that in terms 
of perf it depends the number of hit of the preferred types (primitives/arrays) 
cause now the user does not control anymore the ordering so there are cases it 
can be slower - but I guess when this class is used it is not the most common 
concern :D


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openjpa.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to