Skip to content

Commit 6631e16

Browse files
committed
HHH-19542: Testing the idea
1 parent b253dd2 commit 6631e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/records/RecordNestedEmbeddedWithASecondaryTableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public record Person(
8282
public record FullName(
8383
@Column(table = "Person")
8484
String firstName,
85-
// @Column(table = "Person")
85+
@Column(table = "Person")
8686
String lastName) {
8787

8888
}

0 commit comments

Comments
 (0)