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;
|
private Long version;
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue