File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hibernate-core/src/main/java/org/hibernate/query/restriction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public jakarta.persistence.criteria.Path<V> path(Root<? extends X> root) {
32
32
}
33
33
34
34
@ Override
35
- public FetchParent <?, ? extends V > fetch (Root <? extends X > root ) {
35
+ public FetchParent <?, V > fetch (Root <? extends X > root ) {
36
36
return parent .fetch ( root ).fetch ( attributeName );
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public jakarta.persistence.criteria.Path<V> path(Root<? extends X> root) {
26
26
}
27
27
28
28
@ Override
29
- public FetchParent <?, ? extends V > fetch (Root <? extends X > root ) {
29
+ public FetchParent <?, V > fetch (Root <? extends X > root ) {
30
30
return parent .fetch ( root ).fetch ( attribute );
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments