Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Git main push: bug#356296 batch fetch forces inner joins

Git main push: bug#356296 batch fetch forces inner joins

 

Fixes batch fetch hint to not convert outer joins to inner joins.

 

Changes:

- Added Query hint "eclipselink.query-results-cache.invalidate-on-change" to allow disable of query cache invalidation.

- _expression_: added get() API to allow not forcing inner join.

- IdentityMapManager: Fixed query cache invalidation to avoid memory leak in queryResultsInvalidationsByClass by using Set instead of List.

- ForeignReferenceMapping: Changed join fetch to overwrite batch fetch two avoid both being done.

 


Back to the top