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