No effective change - add test to show findRowCount with joins

This commit is contained in:
Robin Bygrave
2016-01-13 12:35:52 +13:00
parent cdd25351a6
commit 89c83c90d1
2 changed files with 24 additions and 8 deletions
@@ -21,7 +21,7 @@ public class OrderDetail implements Serializable {
@Id
Integer id;
@ManyToOne
@ManyToOne(optional = false)
Order order;
Integer orderQty;