public interface JdbiCustomizer
Named
annotation that matches the datasource name
corresponding to the jdbi datasource to be customized.Modifier and Type | Method and Description |
---|---|
void |
customize(org.jdbi.v3.core.Jdbi jdbi)
Performs custom configuration operations on the given Jdbi instance.
|