| 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. |
| 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) |
Copyright © 2017. All rights reserved.