Using Oracle 8, when the ebean performs a join to load an entity relationships the result is the error:
>>java.sql.SQLException: ORA-00933: SQL command not properly ended
I believe that this happens because mount join using "left outer join" that does not exist in Oracle 8.
Is there any way to make the ebean use the syntax of Oracle 8? Just as you do with Hibernate Dialects?
Or is there some other way to solve this problem?