mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
Fix test on CockroachDB by not using identity generator
This commit is contained in:
parent
0307ee7c7a
commit
168a5dc469
@ -114,7 +114,7 @@ public interface SquareEntity extends ShapeEntity {
|
||||
@Access(AccessType.FIELD)
|
||||
public static abstract class AbstractEntityImpl {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@GeneratedValue
|
||||
@Column(name = "ID")
|
||||
Long id;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user