Fix Oracle 11 test failure
This commit is contained in:
parent
f2b4454c0e
commit
6a4b7467f7
|
@ -110,7 +110,7 @@ public class RemoveEntityTest {
|
||||||
public static class EmployeeEntity {
|
public static class EmployeeEntity {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue
|
||||||
@Column(name = "ID")
|
@Column(name = "ID")
|
||||||
private Integer employeeId;
|
private Integer employeeId;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue