Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN: checkin bug#220396 - eager indirection

SVN: checkin bug#220396 - eager indirection

 

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

 

Changes:

- Added eager indirection option (use indirection but force instantiation after building objects).

- Added persistence property "eclipselink.weaving.eager" to enable indirection on eager relationships (default false).

- Fixed bug in joining to set the execution time in the join query, to avoid refresh and next access.

- Changed JPA advanced Employee to have a longer cache timeout to avoid possible test issues.

- Change JPA performance tests to create tables using JPA session if EclipseLink.

- Fixed issue with weaving not working on fields accessed from a subclass.

- Replaced most ObjectBuilder Vector usage with List.

 

Code Review: Gord (pending)


Back to the top