Fix test on CockroachDB by not using identity generator
This commit is contained in:
parent
0307ee7c7a
commit
168a5dc469
|
@ -114,7 +114,7 @@ public class ProxyWithGenericsTest {
|
|||
@Access(AccessType.FIELD)
|
||||
public static abstract class AbstractEntityImpl {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@GeneratedValue
|
||||
@Column(name = "ID")
|
||||
Long id;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue