collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result.See: Description
| Interface | Description |
|---|---|
| CollectorFactory |
Factory for building Collectors to assemble containers of elements.
|
| Class | Description |
|---|---|
| JdbiCollectors |
Registry of collector factories.
|
| MapCollectors | |
| OptionalCollectors |
Factory methods for
collectors of optional types. |
| Exception | Description |
|---|---|
| ElementTypeNotFoundException |
Thrown when Jdbi tries to build a Collector, but cannot determine the element
type intended for it.
|
| NoSuchCollectorException |
Thrown when Jdbi tries to produce a result Collector
but doesn't have a factory to produce it with.
|
The collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result.
Copyright © 2019. All rights reserved.