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.
-
Interface Summary Interface Description SqlArrayType<T> Strategy for converting elements of array-like arguments into SQL array elements.SqlArrayTypeFactory Factory interface to produceSqlArrayTypeinstances. -
Class Summary Class Description ArrayColumnMapper CollectorColumnMapper<T,A,R> InferredSqlArrayTypeFactory A genericSqlArrayTypeFactorythat reflectively inspects anSqlArrayTypeand maps only arrays of element typeT.SqlArrayArgument<T> SqlArrayArgumentFactory Bind a Java array orCollectionto a SQL array using theSqlArrayTypeFactoryfor the given type information.SqlArrayMapperFactory Maps SQL array columns into Java arrays or other Java container types.SqlArrayTypeImpl<T> SqlArrayTypes Configuration class for SQL array binding and mapping. -
Enum Summary Enum Description SqlArrayArgumentStrategy Strategies used to bind SQL array arguments to aPreparedStatement.