HHH-12903 - Fix CommitFlushCollectionTest failing on Oracle.
This commit is contained in:
parent
430e3bf565
commit
8dab6974ef
|
@ -48,7 +48,7 @@ public class CommitFlushCollectionTest extends BaseEnversJPAFunctionalTestCase {
|
|||
private Long version;
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@GeneratedValue
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue