Skip to content

Commit

Permalink
Fix entity naming for Oracle 11
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Jan 4, 2023
1 parent 39d876e commit 2c724d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@ public FirstEmbeddable getEmbeddedAttribute() {
}
}

@Entity
@Entity(name = "ChildEntity")
public static class ChildEntity {
@Id
private Integer id;
Expand Down

0 comments on commit 2c724d9

Please sign in to comment.