Uses of Package
org.jdbi.v3.core
-
Packages that use org.jdbi.v3.core Package Description org.jdbi.v3.cache.noop A non-caching cache implementation.org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core.org.jdbi.v3.core.async org.jdbi.v3.core.collector Thecollectorpackage reduces the mapped rows of the result set into a Stream Collector to produce the final aggregated result.org.jdbi.v3.core.config Theconfigclasses define a configuration registry starting from eachJdbiinstance.org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances.org.jdbi.v3.core.h2 Theh2package adds vendor support for the H2 embeddable pure Java database implementation.org.jdbi.v3.core.internal Utility classes used internally by Jdbi.org.jdbi.v3.core.mapper mappers take the JDBC ResultSet and produce Java results.org.jdbi.v3.core.result resultprovides the streaming interface that reads rows from JDBC and drives themapperandcollectorprocesses to produce results.org.jdbi.v3.core.spi Thespipackage includes entrypoints to extendingJdbiinstances with your own custom functionality.org.jdbi.v3.core.statement Thestatementpackage provides most of the Fluent API to drive statement execution.org.jdbi.v3.core.transaction Thetransactionpackage implements the strategyJdbiuses to open and close transactions.org.jdbi.v3.gson2 org.jdbi.v3.guava guavaprovides extra types that are commonly needed beyond built in JDK types.org.jdbi.v3.guice Google Guiceintegration.org.jdbi.v3.guice.internal Internal classes for the Guice integration, do not use directly outside Jdbi.org.jdbi.v3.jackson2 org.jdbi.v3.jodatime2 joda-timeprovides improved date and time types to pre-Java 8 applications.org.jdbi.v3.jpa Thejpaplugin provides minimal support for discovering JPA annotations likeColumn.org.jdbi.v3.json org.jdbi.v3.postgis org.jdbi.v3.postgres Thepostgresplugin provides improved support forjava.time,hstore,uuid, andenumtypes when configured with a recent Postgres database server.org.jdbi.v3.sqlite3 Thesqliteplugin provides improved support forjava.net.URL.org.jdbi.v3.sqlobject SQL Objectsorg.jdbi.v3.sqlobject.statement.internal org.jdbi.v3.vavr vavris a functional programming library for the JVM. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.cache.noop Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core Class Description AbstractHandleSupplier ConnectionFactory SuppliesConnectioninstances to a createdHandleand allows custom close handling.Handle This represents a connection to the database system.HandleCallback Callback that accepts a Handle that remains open for the duration of the callback invocation.HandleConsumer Callback that accepts aHandleand returns no result.HandleListener Allows listening to events on theHandlelifecycle.Handles Configuration class for handles.Jdbi Main entry point; configurable wrapper around a JDBCDataSource.JdbiException Base unchecked exception for exceptions thrown from jdbi.Sql 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.TransactionCallback -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.async Class Description HandleCallback Callback that accepts a Handle that remains open for the duration of the callback invocation.HandleConsumer Callback that accepts aHandleand returns no result.Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.collector Class Description JdbiException Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.config Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.extension Class Description Handle This represents a connection to the database system.Jdbi Main entry point; configurable wrapper around a JDBCDataSource.JdbiException Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.h2 Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.internal Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.mapper Class Description JdbiException Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.result Class Description JdbiException Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.spi Class Description Handle This represents a connection to the database system.Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.statement Class Description Handle This represents a connection to the database system.JdbiException Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.core.transaction Class Description Handle This represents a connection to the database system.HandleCallback Callback that accepts a Handle that remains open for the duration of the callback invocation.JdbiException Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.gson2 Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.guava Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.guice Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.guice.internal Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.jackson2 Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.jodatime2 Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.jpa Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource.JdbiException Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.json Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.postgis Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.postgres Class Description Handle This represents a connection to the database system.Jdbi Main entry point; configurable wrapper around a JDBCDataSource.JdbiException Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.sqlite3 Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.sqlobject Class Description Handle This represents a connection to the database system.HandleCallback Callback that accepts a Handle that remains open for the duration of the callback invocation.HandleConsumer Callback that accepts aHandleand returns no result.Jdbi Main entry point; configurable wrapper around a JDBCDataSource.JdbiException Base unchecked exception for exceptions thrown from jdbi. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.sqlobject.statement.internal Class Description Handle This represents a connection to the database system. -
Classes in org.jdbi.v3.core used by org.jdbi.v3.vavr Class Description Jdbi Main entry point; configurable wrapper around a JDBCDataSource.