Hi Chris,
Yes, that was my initial thought however I thought
it would complicate things even more to move the join implementation into
the Dialects. The first thing is that we would need two Oracle dialects,
one for Oracle 8, and one for Oracle 9 since Oracle 9 *CAN* use ANSI style outer
joins. The other thing is that the SQL statements are genererated a little
differently between the two join styles. That would then move some of the
SQL generation into the dialects, so I decided to leave it in the Loader
classes.
Perhaps Gavin has a better idea than using the
Environment variable.?.?
Jon...
|
- [Hibernate] Oracle Style Joins Implemented Jon Lipsky
- Re: [Hibernate] Oracle Style Joins Implemented Christoph Sturm
- Fw: [Hibernate] Oracle Style Joins Implemented Gavin King