I use hibernate and sybase in my project,the sql which generated by hibernate used cross join,but sybase do not support cross join,can anyone tell me how can I avoid cross join? thanks
Asked
Active
Viewed 680 times
1 Answers
1
There exists a Hibernate Bugreport about this issue.
One possible Workaround may be to use the Sybase11Dialect
or SybaseASE15Dialect

andih
- 5,570
- 3
- 26
- 36