mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 09:05:21 +00:00
HHH-17307 Hibernate 6 ListResultsConsumer.Results#addUnique really slow for ElementCollections
This commit is contained in:
parent
d1766018fd
commit
930972ac46
@ -138,7 +138,7 @@ public PersistentCollection<?> load(Object triggerKey, SharedSessionContractImpl
|
||||
this.subselect.getLoadingJdbcParameterBindings(),
|
||||
new ExecutionContextWithSubselectFetchHandler( session, subSelectFetchableKeysHandler ),
|
||||
RowTransformerStandardImpl.instance(),
|
||||
ListResultsConsumer.UniqueSemantic.FILTER
|
||||
ListResultsConsumer.UniqueSemantic.NONE
|
||||
);
|
||||
|
||||
if ( subSelectFetchedCollections != null && ! subSelectFetchedCollections.isEmpty() ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user