Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN main Commit: bug#310015 multiple table batch writing, bug#310505 optimize inheritance querying

SVN main Commit: bug#310015 multiple table batch writing, bug#310505 optimize inheritance querying

 

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

 

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

 

Code review: Andrei

 

Changes:

- Changed writing to defer writes to additional tables in CommitManager, allows batching of multiple tables and inheritance

  - Added option in ClassDescriptor to disable deferring multiple tables, init setting based on foreign keys and field locking

- Changed inheritance queries to perform one query per table, not one per class

- Changed <batch-fetch> orm.xml to use attributes for type and size, instead of elements

- Added JPA xml only test for batch fetch

 


Back to the top