mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fix for #37 - disjunction expression should not produce inner join - left outer join instead
This commit is contained in:
@@ -28,7 +28,7 @@ public class Contact {
|
||||
String mobile;
|
||||
String email;
|
||||
|
||||
@ManyToOne
|
||||
@ManyToOne(optional=false)
|
||||
Customer customer;
|
||||
|
||||
@ManyToOne(optional=true)
|
||||
|
||||
Reference in New Issue
Block a user