Package org.jdbi.v3.core


package org.jdbi.v3.core

The 'core' package hosts the top level interface into jdbi core. Jdbi takes a JDBC DataSource or equivalent and provides a configurable fluent interface. It provides the Handle type for executing JDBC operations and transforming the returned result sets into reasonable Java types.