Fix test for HANA
This commit is contained in:
parent
ecdd7e20cb
commit
9bd269aa5d
|
@ -34,6 +34,8 @@ public class Misc3Test {
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@Basic
|
||||||
|
private String name;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
|
|
Loading…
Reference in New Issue