Uses of Interface
org.jdbi.v3.core.ConnectionFactory
Packages that use ConnectionFactory
Package
Description
The 'core' package hosts the top level interface into jdbi core.
-
Uses of ConnectionFactory in org.jdbi.v3.core
Methods in org.jdbi.v3.core with parameters of type ConnectionFactoryModifier 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
.