Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Proposed perf optimization remove isNull for non 0 values

The goal of this optimization is to reduce the JDBC isNull() calls for primitive values != 0. The isNull call can be expensive and is not needed when the value returned from the getXXX() call returns a non zero value. Please review https://bugs.eclipse.org/bugs/show_bug.cgi?id=244871 and provide any feedback.
--Gordon


Back to the top