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 5d350f19b4
commit d08cc00628
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;