Uses of Interface
org.jdbi.v3.core.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core. -
-
Uses of ConnectionFactory in org.jdbi.v3.core
Classes in org.jdbi.v3.core that implement ConnectionFactory Modifier and Type Class Description (package private) classSingleConnectionFactoryConnection handler which always provides a single connection.Fields in org.jdbi.v3.core declared as ConnectionFactory Modifier and Type Field Description private ConnectionFactoryJdbi. connectionFactoryMethods in org.jdbi.v3.core with parameters of type ConnectionFactory Modifier and Type Method Description static JdbiJdbi. create(ConnectionFactory connectionFactory)Factory used to allow for obtaining a Connection in a customized manner.static HandleJdbi. open(ConnectionFactory connectionFactory)Convenience method used to obtain a handle from aConnectionFactory.Constructors in org.jdbi.v3.core with parameters of type ConnectionFactory Constructor Description Jdbi(ConnectionFactory connectionFactory)
-