mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 09:05:21 +00:00
Fix Oracle 11 test failure
This commit is contained in:
parent
f2b4454c0e
commit
6a4b7467f7
@ -110,7 +110,7 @@ public void testDelete(SessionFactoryScope scope) {
|
|||||||
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…
x
Reference in New Issue
Block a user