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 {
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@GeneratedValue
|
||||
@Column(name = "ID")
|
||||
private Integer employeeId;
|
||||
|
||||
|
|
Loading…
Reference in New Issue