mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-12903 - Fix CommitFlushCollectionTest failing on Oracle.
(cherry picked from commit 8dab6974ef266434d3cc0a8aff780f521097427f)
This commit is contained in:
parent
b211e423cb
commit
c59932786d
@ -48,7 +48,7 @@ public static abstract class AbstractEntity {
|
||||
private Long version;
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@GeneratedValue
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user