Fix test on CockroachDB by not using identity generator
This commit is contained in:
parent
e97e76182b
commit
836263eb9a
|
@ -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