Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This reverts commit 823591f.
  • Loading branch information
yrodiere authored and gsmet committed Sep 21, 2023
1 parent 76348f3 commit a74d53b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
@MappedSuperclass
public abstract class AbstractTypedIdEntity<ID extends Serializable> {

// Using package visibility instead of private visibility
// in order to work around https://hibernate.atlassian.net/browse/HHH-16832
@EmbeddedId
ID id;
private ID id;

protected AbstractTypedIdEntity(ID id) {
this.id = id;
Expand Down

0 comments on commit a74d53b

Please sign in to comment.