config classes define a configuration registry starting from
each Jdbi instance.See: Description
| Interface | Description |
|---|---|
| Configurable<This> |
A type with access to access and modify arbitrary Jdbi configuration.
|
| JdbiConfig<This extends JdbiConfig<This>> |
Interface for classes that hold configuration.
|
| Class | Description |
|---|---|
| ConfigRegistry |
A registry of
JdbiConfig instances by type. |
The config classes define a configuration registry starting from
each Jdbi instance. When a Handle or other configurable
object is created, it clones the parent's configuration at time of creation.
Modifying configuration will affect future created children but not existing
ones. In general, it is preferable to configure Jdbi during
application initialization and then only configure specific statements
further individually if necessary.
Copyright © 2017. All rights reserved.