HHH-12839 Fix EntityProxySerializationTest with Oracle

This commit is contained in:
Martin Simka 2018-07-20 10:37:05 +02:00 committed by Guillaume Smet
parent d02ad78eb7
commit 0caee98355
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ public class EntityProxySerializationTest extends BaseCoreFunctionalTestCase {
}
@Entity
@Entity(name = "ChildEntity")
static class ChildEntity {
private Long id;