RE: [Hibernate] reusing joins in FromClause

2005-03-06 Thread Joshua Davis
; Behalf Of Gavin King > Sent: Sunday, March 06, 2005 12:21 PM > To: hibernate-devel@lists.sourceforge.net > Subject: [Hibernate] reusing joins in FromClause > > > Joshua, is there any reason why FromClause defined both: > implicitJoinFromElementsByPath > and explicitJoinF

[Hibernate] reusing joins in FromClause

2005-03-06 Thread Gavin King
Joshua, is there any reason why FromClause defined both: implicitJoinFromElementsByPath and explicitJoinFromElementsByPath? The old parser used to re-use any duplicated join, and when I replace the two collections with a single collection, everything seems to work (better than before). Anyway,