Fix entity naming for Oracle 11
This commit is contained in:
parent
39d876e4d3
commit
2c724d9172
|
@ -88,7 +88,7 @@ public class NestedEmbeddedWitnNotOptionalManyToOneTest {
|
|||
}
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name = "ChildEntity")
|
||||
public static class ChildEntity {
|
||||
@Id
|
||||
private Integer id;
|
||||
|
|
Loading…
Reference in New Issue