- fix apparently illegal Oracle identifier
This commit is contained in:
parent
a71ba9e385
commit
1131292fa9
|
@ -87,7 +87,7 @@ public class BasicTypeElementCollectionTest extends BaseEntityManagerFunctionalT
|
|||
private Long id;
|
||||
|
||||
@ElementCollection
|
||||
@OrderColumn( name = "_position")
|
||||
@OrderColumn( name = "phone_position")
|
||||
private List<String> phones = new ArrayList<>();
|
||||
|
||||
//Getters and setters are omitted for brevity
|
||||
|
|
Loading…
Reference in New Issue