mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - add test to show findRowCount with joins
This commit is contained in:
@@ -21,7 +21,7 @@ public class OrderDetail implements Serializable {
|
||||
@Id
|
||||
Integer id;
|
||||
|
||||
@ManyToOne
|
||||
@ManyToOne(optional = false)
|
||||
Order order;
|
||||
|
||||
Integer orderQty;
|
||||
|
||||
Reference in New Issue
Block a user