| Package | Description |
|---|---|
| org.jdbi.v3.core.argument | |
| org.jdbi.v3.core.array | |
| org.jdbi.v3.core.config |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArgumentFactory<T>
An
ArgumentFactory base class for arguments of type T. |
class |
BuiltInArgumentFactory
The BuiltInArgumentFactory provides instances of
Argument for
many core Java types. |
class |
ObjectArgumentFactory |
| Modifier and Type | Field and Description |
|---|---|
static ArgumentFactory |
BuiltInArgumentFactory.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static ArgumentFactory |
ObjectArgumentFactory.create(Class<?> type) |
static ArgumentFactory |
ObjectArgumentFactory.create(Class<?> type,
Integer sqlType) |
| Modifier and Type | Method and Description |
|---|---|
Arguments |
Arguments.register(ArgumentFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlArrayArgumentFactory |
| Modifier and Type | Method and Description |
|---|---|
default This |
Configurable.registerArgument(ArgumentFactory factory)
Convenience method for
getConfig(Arguments.class).register(factory) |
Copyright © 2017. All rights reserved.