Uses of Package
io.helidon.dbclient
Package
Description
Helidon Database Client API.
Health check support for Helidon Database Client.
JDBC client for Helidon.
JSON Processing support for Helidon Database Client.
Metrics support for Helidon Database Client.
Helidon Database Client MongoDB.
Service provider interface for Helidon Database Client.
Tracing support for Helidon Database Client.
-
ClassDescriptionHelidon database client.Helidon database handler builder.Base
DbClientBuilder
implementation.Helidon database client context.Builder forDbClientContext
.Base builder forDbClientContext
.ARuntimeException
used by Helidon database client.Services can modify the data used to execute a statement as well as react on a statement result.A base implementation of a client service that supports configuration of execution based on a statement name pattern and statement types.A base class for builders ofDbClientServiceBase
.Interceptor context to get (and possibly manipulate) database operations.Interceptor context to get (and possibly manipulate) database operations.Column data and metadata.BaseDbColumn
implementation.Database context.Database executor.Execution context.Builder forDbExecuteContext
.Base builder forDbExecuteContext
.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.Data Manipulation Language (DML) database statement.Database statement that queries the database and returns an optional row.Statement parameters.Database query statement.Configuration of statements to be used by database provider.Fluent API builder forDbStatements
.Statement types.Database transaction. -
-
ClassDescriptionHelidon database client.Base
DbClientBuilder
implementation.Interceptor context to get (and possibly manipulate) database operations.Database statement that can process parameters.BaseDbStatement
implementation. -
-
ClassDescriptionServices can modify the data used to execute a statement as well as react on a statement result.A base implementation of a client service that supports configuration of execution based on a statement name pattern and statement types.A base class for builders of
DbClientServiceBase
. -
ClassDescriptionHelidon database client.Base
DbClient
implementation.BaseDbClientBuilder
implementation.Column data and metadata.BaseDbColumn
implementation.Database executor.BaseDbExecute
implementation.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.BaseDbStatement
implementation.Data Manipulation Language (DML) database statement.Database statement that queries the database and returns an optional row.Database query statement.Statement types.Database transaction. -
ClassDescriptionServices can modify the data used to execute a statement as well as react on a statement result.A mapper to map database objects to/from a specific type.Mapper manager of all configured
mappers
.Configuration of statements to be used by database provider. -
ClassDescriptionServices can modify the data used to execute a statement as well as react on a statement result.A base implementation of a client service that supports configuration of execution based on a statement name pattern and statement types.A base class for builders of
DbClientServiceBase
.Interceptor context to get (and possibly manipulate) database operations.