Fix for #166 - Incorrect join with @OneToOne optional on one side and

NOT optional on other side
This commit is contained in:
rbygrave
2014-07-10 03:05:52 +12:00
parent f2d422ff5a
commit 4e2bc6cce6
9 changed files with 220 additions and 49 deletions
@@ -17,10 +17,6 @@ import com.avaje.ebeaninternal.server.query.SqlJoinType;
*/
public final class TableJoin {
public static final String LEFT_OUTER = "left outer join";
public static final String JOIN = "join";
/**
* Flag set when the imported key maps to the primary key. This occurs for
* intersection tables (ManyToMany).