| Package | Description |
|---|---|
| org.jdbi.v3.core.collector |
The
collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result. |
| org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| Modifier and Type | Method and Description |
|---|---|
JdbiCollectors |
JdbiCollectors.register(CollectorFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
default This |
Configurable.registerCollector(CollectorFactory factory)
Convenience method for
getConfig(JdbiCollectors.class).register(factory) |
Copyright © 2019. All rights reserved.