Uses of Interface
org.jdbi.v3.core.collector.CollectorFactory
Packages that use CollectorFactory
Package
Description
The
collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result.
The
config classes define a configuration registry starting from
each Jdbi instance.-
Uses of CollectorFactory in org.jdbi.v3.core.collector
Classes in org.jdbi.v3.core.collector that implement CollectorFactoryModifier and TypeClassDescriptionclassDeprecated.will be replaced by pluginMethods in org.jdbi.v3.core.collector with parameters of type CollectorFactory -
Uses of CollectorFactory in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with parameters of type CollectorFactoryModifier and TypeMethodDescriptiondefault ThisConfigurable.registerCollector(CollectorFactory factory) Convenience method forgetConfig(JdbiCollectors.class).register(factory)