HHH-12308 : InsertOrderingDuplicateTest fails using Oracle
This commit is contained in:
parent
6719e16529
commit
8db62aa90d
|
@ -150,6 +150,7 @@ public class InsertOrderingDuplicateTest
|
|||
@GeneratedValue
|
||||
private Long id;
|
||||
|
||||
@Column(name = "sale_number")
|
||||
private String number;
|
||||
|
||||
@OneToMany(fetch = FetchType.LAZY, mappedBy = "saleDocument")
|
||||
|
@ -285,6 +286,8 @@ public class InsertOrderingDuplicateTest
|
|||
@Id
|
||||
@GeneratedValue
|
||||
private Long id;
|
||||
|
||||
@Column(name = "sale_number")
|
||||
private String number;
|
||||
|
||||
@OneToMany(fetch = FetchType.LAZY, mappedBy = "summary")
|
||||
|
|
Loading…
Reference in New Issue