mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 19:15:15 +00:00
HHH-17131 Fix collection fetch detection for join-fetched associations
This commit is contained in:
parent
19783f1845
commit
7b942b0c6a
@ -150,6 +150,11 @@ public boolean hasTableGroup() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean containsCollectionFetches() {
|
||||
return entityResult.containsCollectionFetches();
|
||||
}
|
||||
|
||||
public EntityResultImpl getEntityResult() {
|
||||
return entityResult;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user