Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Git main push: Bug#411819 lazy collections

Git main push: Bug#411819 lazy collections

 

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

 

Fixes LAZY to work with user defined collections and some other issues encountered in testing weaving.eager and indexes.

 

Changes:

- DatabasePlatform: do not call setString when using streaming.

- DatabaseValueHolder: avoid nested cycles in indirection instantiation.

- WeavedObjectBasicIndirectionPolicy: do not update relationships on get if already instantiated.

- WeavedObjectBasicIndirectionPolicy: use get method type to find set method.

- TableDefinition: fix to foreign key indexes, null check.

- JPA relationships test model: added LAZY collection to model.

 


Back to the top