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.guava
provides extra types that are commonly needed beyond built
in JDK types.-
Uses of CollectorFactory in org.jdbi.v3.core.collector
Classes in org.jdbi.v3.core.collector that implement CollectorFactoryModifier and TypeClassDescriptionclass
Deprecated.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 This
Configurable.registerCollector
(CollectorFactory factory) Convenience method forgetConfig(JdbiCollectors.class).register(factory)
-
Uses of CollectorFactory in org.jdbi.v3.guava
Methods in org.jdbi.v3.guava that return CollectorFactoryModifier and TypeMethodDescriptionstatic CollectorFactory
GuavaCollectors.factory()
Returns aCollectorFactory
which knows how to create all supported Guava types.