Brian Leierzapf (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=5ee5183...
) *commented* on HHH-17042 (
https://hibernate.atlassian.net/browse/HHH-17042?atlOrigin=eyJpIjoiNGY4Zm...
)
Re: JoinType Doesn't Work (Using JoinType.LEFT) (
https://hibernate.atlassian.net/browse/HHH-17042?atlOrigin=eyJpIjoiNGY4Zm...
)
Thanks Macro that did it. Ya the way I did it worked fine in 5, just need to update some
queries now for 6.
select
a1_0.id,
a1_0.action_details,
a1_0.lead_id,
a1_0.location
from
actions a1_0
left join
location l1_0
on l1_0.id=a1_0.location
left join
leads l2_0
on l2_0.id=a1_0.lead_id
where
l1_0.Active
or l2_0.Active
(
https://hibernate.atlassian.net/browse/HHH-17042#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-17042#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100234- sha1:90f5128 )