JDBI v3.11.0 Release Notes

Release Date: 2019-11-18 // over 4 years ago
    • Argument: allow direct binding of Argument subtypes
    • Immutables: use @ColumnName("name") to override property-derived names

    🐎 Major Performance Rework: ArgumentFactory is now Prepareable Prepared arguments must select an ArgumentFactory implementation based only on the qualified type, not the value. This dramatically 🐎 increases performance for large batch inserts.