Uses of Interface
org.hibernate.sql.exec.spi.LoadedValuesCollector
Packages that use LoadedValuesCollector
-
Uses of LoadedValuesCollector in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return LoadedValuesCollectorModifier and TypeMethodDescription@Nullable LoadedValuesCollectorJdbcSelect.getLoadedValuesCollector()Access to a collector of values loaded to be applied during the processing of the selection's results.Methods in org.hibernate.sql.exec.spi with parameters of type LoadedValuesCollectorModifier and TypeMethodDescriptionJdbcSelectWithActionsBuilder.setLoadedValuesCollector(LoadedValuesCollector loadedValuesCollector) Collector of loaded values for post-processing.