All Classes and Interfaces

Class
Description
Helidon database client.
Helidon database handler builder.
A RuntimeException used by Helidon DB component.
Java Service loader interface that provides drivers for a database (or a set of databases).
Database provider builder.
Services can modify the data used to execute a statement as well as react on a statement result.
Interceptor context to get (and possibly manipulate) database operations.
Java service loader service to configure client services.
Column data and metadata.
Database executor.
A mapper to map database objects to/from a specific type.
Mapper manager of all configured mappers.
Fluent API builder for DbMapperManager.
Java Service loader interface for database mappers.
Representation of a single row in a database (in SQL this would be a row, in a Document DB, this would be a single document).
Database statement that can process parameters.
DML Database statement.
Database statement that queries the database and returns a single row if present, or an empty optional.
Database query statement.
Configuration of statements to be used by database provider.
Fluent API builder for DbStatements.
Usual supported statement types.
Database transaction.