Uses of Package
org.jdbi.v3.core
Packages that use org.jdbi.v3.core
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result.
The
config classes define a configuration registry starting from
each Jdbi instance.
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances.
The
h2 package adds vendor support for the H2 embeddable pure Java database implementation.mappers take the JDBC ResultSet and produce Java results.result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results.
The
spi package includes entrypoints to extending Jdbi
instances with your own custom functionality.
The
statement package provides most of the Fluent API
to drive statement execution.
The
transaction package implements the strategy
Jdbi uses to open and close transactions.-
Classes in org.jdbi.v3.core used by org.jdbi.v3.coreClassDescriptionSupplies
Connectioninstances to a createdHandleand allows custom close handling.This represents a connection to the database system.Callback that accepts a Handle that remains open for the duration of the callback invocation.Callback that accepts aHandleand returns no result.Allows listening to events on theHandlelifecycle.Configuration class for handles.Main entry point; configurable wrapper around a JDBCDataSource.Base unchecked exception for exceptions thrown from jdbi.An immutable sql statement string created from multiple tokens in order to write inline sql statements in an easy-to-read fashion spread out over multiple lines of code. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.collector
-
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.config
-
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.extensionClassDescriptionThis represents a connection to the database system.Main entry point; configurable wrapper around a JDBC
DataSource.Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.h2
-
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.mapper
-
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.result
-
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.spiClassDescriptionThis represents a connection to the database system.Main entry point; configurable wrapper around a JDBC
DataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.statementClassDescriptionThis represents a connection to the database system.Base unchecked exception for exceptions thrown from jdbi.
-
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.transactionClassDescriptionThis represents a connection to the database system.Callback that accepts a Handle that remains open for the duration of the callback invocation.Base unchecked exception for exceptions thrown from jdbi.