Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Git main push: Bug#389135 - batch fetching table-per-class

Git main push: Bug#389135 - batch fetching table-per-class

 

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

 

Changes:

- InterfacePolicy: added processing for additionalFields and ComplexResults in queries

- ContainerPolicy: check for ComplexResults in concatenateContainers

- ReadAllQuery: check for ComplexResults for table per class inheritance

- DefaultTableGenerator: do not add constraints to table per class (as not a single table)

- Added tests for ElementCollections to JPA table per class tests

- Added TablePerClassInheritanceDDLTest test to test DDL generation.

- Added batch fetch m-m tests to JPA table per class tests

- Fixed meta-data config of LAZY custom collections.


Back to the top