Package org.jdbi.v3.core.array
package org.jdbi.v3.core.array
The array package binds Java arrays and collections to SQL arrays, and
handles mapping array result types back to Java arrays and collections.
-
ClassDescriptionCollectorColumnMapper<T,
A, R> A genericSqlArrayTypeFactorythat reflectively inspects anSqlArrayTypeand maps only arrays of element typeT.Bind a Java array orCollectionto a SQL array using theSqlArrayTypeFactoryfor the given type information.Strategies used to bind SQL array arguments to aPreparedStatement.Maps SQL array columns into Java arrays or other Java container types.SqlArrayType<T>Strategy for converting elements of array-like arguments into SQL array elements.Factory interface to produceSqlArrayTypeinstances.Configuration class for SQL array binding and mapping.