From: <no...@at...> - 2005-08-18 18:12:05
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 Here is an overview of the issue: --------------------------------------------------------------------- Key: HHH-879 Summary: Enable joining the same association twice with Criteria Type: Improvement Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate3 Components: core Versions: 3.0.6 Assignee: Reporter: Vladimir Bayanov Created: Thu, 18 Aug 2005 6:24 AM Updated: Thu, 18 Aug 2005 6:24 AM Description: Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: Dave (JIRA) <no...@at...> - 2005-10-06 11:37:17
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=comments#action_20144 ] Dave commented on HHH-879: -------------------------- Is there any intention to provide this functionality in hibernate at all? I'd consider it to be more of a bug than an improvement as it makes the criteria useless in certain database schemas. > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Versions: 3.0.6 > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Steve E. (JIRA) <no...@at...> - 2005-10-14 21:25:15
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=all ] Steve Ebersole updated HHH-879: ------------------------------- Environment: Version: (was: 3.0.6) > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Gregory C. (JIRA) <no...@at...> - 2005-10-17 16:13:18
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=comments#action_20304 ] Gregory Chazalon commented on HHH-879: -------------------------------------- +1 Is there any chance to see this in the next release ? > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: David E. (JIRA) <no...@at...> - 2006-01-06 17:48:26
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=comments#action_21567 ] David Emery commented on HHH-879: --------------------------------- Is there any timescale for when this will be fixed. Its quite a serious flaw in the Criteria API and certainly affects our schemas and I'd imagine it would many others too. > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Steve E. (JIRA) <no...@at...> - 2006-01-10 13:25:38
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=comments#action_21598 ] Steve Ebersole commented on HHH-879: ------------------------------------ It amazes me that tis is *so important* yet not a single person has stepped up and offered a patch in all this time. It'll get done when it gets done, and right now this is not even on my priority list... > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Dave (JIRA) <no...@at...> - 2006-01-11 15:59:39
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=comments#action_21615 ] Dave commented on HHH-879: -------------------------- I gave up on using Hibernate shortly after finding this problem. So yes, it is *so important*. The major difference between Cayenne and Hibernate is that they seem to be helpful, unlike the attitude here. I can't believe it's taken nearly 5 months just to get any sort of response to this issue. Bravo Hibernate! That's the way to go! > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Steve E. (JIRA) <no...@at...> - 2006-01-11 16:07:47
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=comments#action_21616 ] Steve Ebersole commented on HHH-879: ------------------------------------ So... was that a "helpful" comment and/or prelude to providing a patch? > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jos D. (JIRA) <no...@at...> - 2006-07-10 09:48:01
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=comments#action_23581 ] Jos Dirksen commented on HHH-879: --------------------------------- This issue also causes problems for us and pretty much doesn't allow us to use the criteria API. So a fix for this would be very much appreciated. > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Aleksei V. (JIRA) <no...@at...> - 2006-07-11 08:01:06
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=comments#action_23591 ] Aleksei Valikov commented on HHH-879: ------------------------------------- The best solution I have found so far is to implement an analog to Criteria API which translates queries formulated with objects into HQL queries. Almoust 1:1 with Criteria API, but produces HQL rather than SQL. > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |