Fix test failing on H2 because the table name is a reserved keyword
This commit is contained in:
parent
9608b3904a
commit
573518cfc9
|
@ -68,7 +68,7 @@ public class MergeListPreAndPostPersistTest extends BaseCoreFunctionalTestCase {
|
|||
s.close();
|
||||
}
|
||||
|
||||
@Entity(name = "Order")
|
||||
@Entity(name = "`Order`")
|
||||
private static class Order {
|
||||
@Id
|
||||
public Long id;
|
||||
|
|
Loading…
Reference in New Issue