Module io.helidon.dbclient
Package io.helidon.dbclient
package io.helidon.dbclient
Reactive Database API for Helidon.
-
ClassDescriptionHelidon database client.Helidon database handler builder.A
RuntimeException
used by Helidon DB component.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.Column data and metadata.Database executor.DbMapper<T>A mapper to map database objects to/from a specific type.Mapper manager of all configuredmappers
.Fluent API builder forDbMapperManager
.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 forDbStatements
.Usual supported statement types.Database transaction.