mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-19 17:45:10 +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
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@Basic
|
||||||
|
private String name;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user