Uses of Class
org.jdbi.v3.core.collector.JdbiCollectors
Packages that use JdbiCollectors
Package
Description
The
collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result.-
Uses of JdbiCollectors in org.jdbi.v3.core.collector
Methods in org.jdbi.v3.core.collector that return JdbiCollectorsModifier and TypeMethodDescriptionJdbiCollectors.createCopy()JdbiCollectors.register(CollectorFactory factory) Register a newCollectorFactory.JdbiCollectors.registerCollector(Type collectionType, Collector<?, ?, ?> collector) Register a newCollectorfor the given type.