Fix entity naming for Oracle 11

This commit is contained in:
Christian Beikov 2023-01-04 16:05:30 +01:00
parent 39d876e4d3
commit 2c724d9172
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class NestedEmbeddedWitnNotOptionalManyToOneTest {
} }
} }
@Entity @Entity(name = "ChildEntity")
public static class ChildEntity { public static class ChildEntity {
@Id @Id
private Integer id; private Integer id;