| Package | Description |
|---|---|
| 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. |
| org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| org.jdbi.v3.core.enums.internal |
| Modifier and Type | Method and Description |
|---|---|
static <T> SqlArrayTypeFactory |
SqlArrayTypeFactory.of(Class<T> elementType,
String typeName,
Function<T,?> conversion)
Create a SqlArrayTypeFactory for the given
elementType that binds using a
type name and convert function. |
| Modifier and Type | Method and Description |
|---|---|
SqlArrayTypes |
SqlArrayTypes.register(SqlArrayTypeFactory factory)
Register a
SqlArrayTypeFactory. |
| Modifier and Type | Method and Description |
|---|---|
default This |
Configurable.registerArrayType(SqlArrayTypeFactory factory)
Convenience method for
getConfig(SqlArrayTypes.class).register(factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumSqlArrayTypeFactory |
Copyright © 2019. All rights reserved.