Uses of Class
org.jdbi.v3.core.collector.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
Modifier and TypeMethodDescriptionJdbiCollectors.createCopy()
JdbiCollectors.register
(CollectorFactory factory) Register a newCollectorFactory
.JdbiCollectors.registerCollector
(Type collectionType, Collector<?, ?, ?> collector) Register a newCollector
for the given type.