Uses of Interface
org.jdbi.v3.core.ConnectionFactory
Package
Description
The 'core' package hosts the top level interface into jdbi core.
Classes here provide integration hooks for working with the Spring framework.
Classes here provide integration hooks for working with the Spring framework.
-
Uses of ConnectionFactory in org.jdbi.v3.core
Modifier and TypeMethodDescriptionstatic Jdbi
Jdbi.create
(ConnectionFactory connectionFactory) Factory used to allow for obtaining a Connection in a customized manner.static Handle
Jdbi.open
(ConnectionFactory connectionFactory) Convenience method used to obtain a handle from aConnectionFactory
. -
Uses of ConnectionFactory in org.jdbi.v3.spring
-
Uses of ConnectionFactory in org.jdbi.v3.spring5
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.
org.jdbi.v3.spring
module with Spring 6.x or newer.