Issues
- Fetch join makes partially covered EntityGraph ineffectiveHHH-19246Resolved issue: HHH-19246Christian Beikov
- ClassCastException: class org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer$1 cannot be cast to class java.lang.StringHHH-19220Resolved issue: HHH-19220Andrea Boriero
- Enhanced entities with AccessType.PROPERTY does not work well with inheritanceHHH-19140Resolved issue: HHH-19140Vladimír Kuruc
- Entities with @EmbeddedId not supported with CrudRepositoryHHH-19107Resolved issue: HHH-19107Gavin King
- @Transaction(TxType) not working with Hibernate Data RepositoriesHHH-19106Resolved issue: HHH-19106Gavin King
- Hibernate 6.6.X regression with join formulaHHH-19052Resolved issue: HHH-19052Čedomir Igaly
- Hibernate 6.6 enum literal is considered field literal insteadHHH-18894Resolved issue: HHH-18894Čedomir Igaly
- In MySQL, array of dates are not converted correctlyHHH-18881Resolved issue: HHH-18881Čedomir Igaly
- array fields and static metamodelHHH-18858Resolved issue: HHH-18858Čedomir Igaly
- Custom UserType not recognised for array propertiesHHH-18787Resolved issue: HHH-18787Čedomir Igaly
- Invalid SQL when filter contains identifier named dateHHH-18570Resolved issue: HHH-18570Gavin King
11 of 11
Fetch join makes partially covered EntityGraph ineffective
Fixed
Description
Details
Assignee
Christian BeikovChristian BeikovReporter
Christian BeikovChristian BeikovFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Christian Beikov
Christian BeikovReporter
Christian Beikov
Christian BeikovFix versions
Affects versions
Priority
Created March 11, 2025 at 10:21 AM
Updated March 16, 2025 at 12:13 AM
Resolved March 14, 2025 at 8:24 AM
Activity
Show:
A query like
from Order o left join fetch o.items
along with an entity graphOrder(items(product))
is ineffective, because we fail to traverse the entity graph when we hit a fetch join inorg.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter#createFetch