Package org.jdbi.v3.core.spi
package org.jdbi.v3.core.spi
The spi
package includes entrypoints to extending Jdbi
instances with your own custom functionality. This package may evolve more quickly
than stable core features.
-
ClassDescriptionA plugin is given an opportunity to customize instances of various
Jdbi
types before they are returned from their factories.Abstract base class for single-install JdbiPlugins.