Package org.jdbi.v3.vavr


package org.jdbi.v3.vavr

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.

  • Classes
    Class
    Description
    Mappers similar to MapEntryMappers but map entries in vavr are in fact of type Tuple2.
     
    JDBI-Plugin for vavr.io library supports single-value arguments (Option, ...) supports vavr collections via ResultBearing.collectInto(java.lang.reflect.Type) call supports key-value mappings of a tuple result (implicitly used by map collectors) supports tuple projection supports column mapping for Option