Skip to content

Commit 64bf28b

Browse files
committed
HHH-18723 Support @SQLRestriction in class marked as @MappedSuperclass
1 parent 5c3374d commit 64bf28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/where/annotations/MappedSuperclassTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public SubClass(long id) {
8080
}
8181
}
8282

83+
@MappedSuperclass
8384
public static class Intermediate extends Parent {
8485
}
8586

0 commit comments

Comments
 (0)