; 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
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,