Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
3.0.0-beta1
Description
All usages of ReflectionUtils.GetFieldByColumnName are within loops.
As a result, GetFieldsByColumnName(type) is called for the same type multiple times.
We should remove ReflectionUtils.GetFieldByColumnName to avoid this pitfall and perform the first lookup outside of the loop.
Attachments
Issue Links
- links to