Skip to content

Commit

Permalink
HHH-12839 Fix EntityProxySerializationTest with Oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
simkam authored and gsmet committed Jul 20, 2018
1 parent 5d350f1 commit d08cc00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -290,7 +290,7 @@ public void setChildren(final Set<ChildEntity> children) {

}

@Entity
@Entity(name = "ChildEntity")
static class ChildEntity {
private Long id;

Expand Down

0 comments on commit d08cc00

Please sign in to comment.