0

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

mu is too short
  • 426,620
  • 70
  • 833
  • 800

1 Answers1

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