HHH-13084 HHH-13114 : Correct test case using reserved word

(cherry picked from commit fa5b632f4e791f8b9b3c3065ea5e24a442a59f9c)
This commit is contained in:
Gail Badner 2018-12-18 15:15:00 -08:00
parent b198a42db1
commit 4137181bb6

View File

@ -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() {