Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: bug#382528 - isolated performance

SVN trunk commit: bug#382528 - isolated performance

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=382528

 

A few micro optimizations.

 

Code review: Gord (pending)

 

Changes:

-          Cache if null values require conversion in direct mapping

-          Data optimize BigDecimal in accessor

-          Avoid locks for isolated cache keys

-          Avoid reflection for creation of standard collection types in container policy

-          Inline index in DatabaseField

-          Avoid creating wrapper aggregate cache key if not protected


Back to the top