Skip to content

Commit

Permalink
Fix Oracle 11 test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Aug 2, 2023
1 parent f2b4454 commit 6a4b746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void testDelete(SessionFactoryScope scope) {
public static class EmployeeEntity {

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@GeneratedValue
@Column(name = "ID")
private Integer employeeId;

Expand Down

0 comments on commit 6a4b746

Please sign in to comment.