| Class | Description |
|---|---|
| TupleMappers |
similar to
MapEntryMappers but map entries in vavr are in fact
of type Tuple2 |
| VavrCollectors | |
| VavrPlugin |
JDBI-Plugin for vavr.io library
supports single-value arguments (
Option, ...)
supports vavr collections via ResultBearing.collectInto(Type) call
supports key-value mappings of a tuple result (implicitly used by map collectors)
supports tuple projection
supports column mapping for Option
|
vavr is a functional programming library for the JVM.
It is greatly inspired by scala and brings persistent,
immutable data structures to the Java world. JDBI can
collect results from queries to these types and use them.
Furthermore vavr value types can be used as arguments
and query results can be projected to vavr tuples.
Copyright © 2018. All rights reserved.