mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-13084 HHH-13114 : Correct test case using reserved word
This commit is contained in:
parent
08747fc2f4
commit
fa5b632f4e
@ -8,6 +8,7 @@
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Iterator;
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.EmbeddedId;
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Id;
|
||||
@ -147,6 +148,7 @@ public static class Parent implements Serializable {
|
||||
private String name;
|
||||
|
||||
@Id
|
||||
@Column(name="ind")
|
||||
private int index;
|
||||
|
||||
public Parent() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user