[HHH-12765] don't use SQL Server reserved keyword in test
This commit is contained in:
parent
2bd99e5f32
commit
d79d6267d0
|
@ -59,7 +59,7 @@ public class LazyInitializationWithoutInlineDirtyTrackingTest extends BaseCoreFu
|
||||||
// --- //
|
// --- //
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
@Table(name = "FILE")
|
@Table(name = "T_FILE")
|
||||||
public static class File {
|
public static class File {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
|
|
Loading…
Reference in New Issue