Community
Participate
Working Groups
Build Identifier: EclipseLink 2.3.0 We are trying to remove N+1 selects in many areas of our application and we are having a hard time with our variable mappings, since they don't support batch reading. It seems like it should be possible to support this feature by doing multiple queries, one per variable class that can be joined. When using BatchFetchType.IN, it may be possible to do this with fewer queries if fewer values are present in the type field for the actual result rows. Reproducible: Always Steps to Reproduce: 1. Create a class with a variable mapping 2. Try to query that class with a batch read on the variable mapping 3. Batch reading is currently not supported on these mappings This would really help us out and I'm sure anyone else who is using variable mappings as well. Thanks!
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink