Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#304923 optimize 1-1 joins

SVN trunk commit: Bug#304923 optimize 1-1 joins

 

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

 

Code review: Andrei

 

Changes:

- Optimizes _expression_ normalization to optimize unnecessary 1-1 joins (emp.addresss.id = :id => emp.ADDR_ID = :id).

- Switches getOperations to public in PerformanceMonitor.

- Fixes cache size monitor to exclude unit of work cache.

- Test for 1-1 join optimization.

 

 


Back to the top