Test case for #165 - Incorrect join used when query language with where

expression has a many property and ends with a foreign key column
This commit is contained in:
rbygrave
2014-07-10 01:20:51 +12:00
parent 176197513d
commit f2d422ff5a
8 changed files with 465 additions and 0 deletions
@@ -298,6 +298,7 @@ public class ResetBasicData {
List<OrderDetail> details = new ArrayList<OrderDetail>();
details.add(new OrderDetail(product1, 3, 10.50));
details.add(new OrderDetail(product3, 40, 2.10));
details.add(new OrderDetail(product1, 5, 10.00));
order.setDetails(details);
order.addShipment(new OrderShipment());