HHH-12839 Fix EntityProxySerializationTest with Oracle
This commit is contained in:
parent
5d350f19b4
commit
d08cc00628
|
@ -290,7 +290,7 @@ public class EntityProxySerializationTest extends BaseCoreFunctionalTestCase {
|
|||
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name = "ChildEntity")
|
||||
static class ChildEntity {
|
||||
private Long id;
|
||||
|
||||
|
|
Loading…
Reference in New Issue