Package | Description |
---|---|
org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
org.jdbi.v3.core.extension |
The
extension classes allow you to extend Jdbi 's
functionality by declaring interface types that may attach to Handle
instances. |
org.jdbi.v3.sqlobject |
SQL Objects
|
Modifier and Type | Method and Description |
---|---|
default This |
Configurable.registerExtension(ExtensionFactory factory)
Convenience method for
getConfig(Extensions.class).register(factory) |
Modifier and Type | Method and Description |
---|---|
<F extends ExtensionFactory> |
Extensions.findFactory(Class<F> factoryType)
Find the registered factory of the given type, if any
|
Modifier and Type | Method and Description |
---|---|
Extensions |
Extensions.register(ExtensionFactory factory)
Register an extension factory.
|
Modifier and Type | Class and Description |
---|---|
class |
SqlObjectFactory
Creates implementations for SqlObject interfaces.
|
Copyright © 2019. All rights reserved.