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