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 |
|---|---|
| BuiltInCollectorFactory |
Provides Collectors for built in JDK container types.
|
| JdbiCollectors |
Registry of collector factories.
|
| 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 © 2017. All rights reserved.