#1372 - Missing @OneToOne mapping yields unusable error messages.

This commit is contained in:
rob bygrave
2018-05-14 21:32:48 +12:00
parent 95737cd3c5
commit 9dc5ca602c
2 changed files with 5 additions and 1 deletions
@@ -16,7 +16,7 @@ import javax.persistence.OneToOne;
@Sql
public class OrderAggregate {
@OneToOne
//@OneToOne
Order order;
Double maxAmount;