Bug 1128278
Summary: | [GSS] (6.4.x) HQL FromElement is not reused in some cases resulting in an additional join - HHH-9305 | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Gary Hu <ghu> |
Component: | Hibernate | Assignee: | Gail Badner <gbadner> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.0 | CC: | bbaranow, bmaxwell, gbadner, jmartisk, kkhan, msimka, myarboro, smarlow |
Target Milestone: | DR11 | ||
Target Release: | EAP 6.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1092175 | Environment: | |
Last Closed: | 2019-08-19 12:41:44 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1092175, 1121629 |
Description
Gary Hu
2014-08-08 19:10:16 UTC
Fixed for EAP 6.4.0. Fixed by Hibernate 4.2.16.Final upgrade https://bugzilla.redhat.com/show_bug.cgi?id=1121629 Verified in Hibernate 4.2.16.Final-redhat-1 / EAP 6.4.0.DR11. As stated in #1092175, the original query select e.lastName, e.department.deptName, e.title from Employee e still doesn't work, but making at least one join explicit fixes it. |