Package org.jdbi.v3.core.extension


package 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. An attached extension creates an instance of the interface that wraps method invocations in an extension context. The context has a configuration and remembers the currently executing extension method. An ExtensionFactory instance provides the actual extension instances and implements the behavior of the extension. Some built in features such as SQL Objects are themselves implemented as extensions.