Package org. jdbi. v3. core. kotlin
Types
This {@link RowMapperFactory} creates a new, generic {@link KotlinMapper} for every data class used. By installing this factory, any Kotlin data class will have an automatic, implicit row mapper.
Installs Kotlin specific functionality.
Functions
Returns the set of qualifying annotations on the given Kotlin elements.
Temporary extension function for Jdbi.inTransaction.
A convenience method which opens an extension of the given type, and yields it to a callback. A handle is opened if needed by the extention, and closed before returning to the caller.
Temporary extension function for Jdbi.useExtension.
Temporary extension function for Jdbi.useHandle.
Temporary extension function for Jdbi.useTransaction.
A convenience method which opens an extension of the given type, yields it to a callback, and returns the result of the callback. A handle is opened if needed by the extension, and closed before returning to the caller.
Temporary extension function for Jdbi.withExtension.
Temporary extension function for Jdbi.withHandle.