Uses of Class
org.jdbi.v3.core.collector.JdbiCollectors
-
Packages that use JdbiCollectors Package Description org.jdbi.v3.core.collector Thecollectorpackage 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 JdbiCollectors Modifier and Type Method Description JdbiCollectorsJdbiCollectors. createCopy()JdbiCollectorsJdbiCollectors. register(CollectorFactory factory)Register a newCollectorFactory.JdbiCollectorsJdbiCollectors. registerCollector(java.lang.reflect.Type collectionType, java.util.stream.Collector<?,?,?> collector)Register a newCollectorfor the given type.Constructors in org.jdbi.v3.core.collector with parameters of type JdbiCollectors Constructor Description JdbiCollectors(JdbiCollectors that)
-