mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1372 - Missing @OneToOne mapping yields unusable error messages.
Restore mapping.
This commit is contained in:
@@ -16,7 +16,7 @@ import javax.persistence.OneToOne;
|
||||
@Sql
|
||||
public class OrderAggregate {
|
||||
|
||||
//@OneToOne
|
||||
@OneToOne
|
||||
Order order;
|
||||
|
||||
Double maxAmount;
|
||||
|
||||
Reference in New Issue
Block a user