-
Enhancement
-
Resolution: Done
-
Major
-
7.1.3.GA
Given some entities loaded into the session via MultiIdentifierLoadAccess.multiLoad() in one batch via a query using an in-clause. These entities have lazy-fetched OneToMany associations annotated with FetchMode.SUBSELECT.
When accessing these associations, they will be fetched using one query per parent entity, just as if the parent entities had been loaded one by one.
This creates serious performance issues when using multiLoad as a replacement for directly querying multiple IDs, which we did do utilize 1st level cache.
- is incorporated by
-
JBEAP-14997 [GSS](7.1.z) Upgrade Hibernate ORM from 5.1.15 to 5.1.16
- Closed
-
HHH-12740 Loading...
- links to