Skip to content

Commit 1fef8c3

Browse files
mbelladebeikov
authored andcommitted
HHH-17049 HHH-17131 test fixes
(cherry picked from commit 96da727)
1 parent a019d8b commit 1fef8c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/ConstructorInitializationAndDynamicUpdateTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import org.junit.runner.RunWith;
1616

1717
import jakarta.persistence.CascadeType;
18+
import jakarta.persistence.Column;
1819
import jakarta.persistence.Entity;
1920
import jakarta.persistence.FetchType;
2021
import jakarta.persistence.GeneratedValue;
@@ -284,6 +285,7 @@ public static class AccountPreferences {
284285
@GeneratedValue
285286
private long id;
286287

288+
@Column(name = "open_col")
287289
private boolean open = false;
288290
}
289291

0 commit comments

Comments
 (0)