| Package | Description |
|---|---|
| org.jdbi.v3.core.argument | |
| org.jdbi.v3.core.array | |
| org.jdbi.v3.core.collector | |
| org.jdbi.v3.core.config | |
| org.jdbi.v3.core.extension | |
| org.jdbi.v3.core.mapper | |
| org.jdbi.v3.core.mapper.reflect | |
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| Modifier and Type | Class and Description |
|---|---|
class |
Arguments |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlArrayTypes
Configuration class for SQL array binding and mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbiCollectors
Registry of collector factories.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JdbiConfig<This extends JdbiConfig<This>>
Interface for classes that hold configuration.
|
| Modifier and Type | Method and Description |
|---|---|
default <C extends JdbiConfig<C>> |
Configurable.configure(Class<C> configClass,
Consumer<C> configurer)
Passes the configuration object of the given type to the configurer, then returns this object.
|
<C extends JdbiConfig<C>> |
ConfigRegistry.get(Class<C> configClass)
Returns this registry's instance of the given config class.
|
default <C extends JdbiConfig<C>> |
Configurable.getConfig(Class<C> configClass)
Gets the configuration object of the given type, associated with this object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Extensions |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnMappers |
class |
RowMappers |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionMappers |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlStatements |
| Modifier and Type | Method and Description |
|---|---|
<C extends JdbiConfig<C>> |
StatementContext.getConfig(Class<C> configClass)
Gets the configuration object of the given type, associated with this context.
|
Copyright © 2017. All rights reserved.