Fix test for HANA

This commit is contained in:
Christian Beikov 2022-10-31 11:17:43 +01:00
parent ecdd7e20cb
commit 9bd269aa5d
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ public class Misc3Test {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Basic
private String name;
}
@Entity