mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
Fix test for HANA
This commit is contained in:
parent
ecdd7e20cb
commit
9bd269aa5d
@ -34,6 +34,8 @@ public static final class A {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Long id;
|
||||
@Basic
|
||||
private String name;
|
||||
}
|
||||
|
||||
@Entity
|
||||
|
Loading…
x
Reference in New Issue
Block a user