Uses of Package
io.helidon.dbclient
-
Packages that use io.helidon.dbclient Package Description io.helidon.dbclient Reactive Database API for Helidon.io.helidon.dbclient.common Helper classes to use in various implementations.io.helidon.dbclient.health Health check support for Helidon DB Client.io.helidon.dbclient.jdbc Helidon DB implementation for JDBC.io.helidon.dbclient.jsonp JSON Processing support for Helidon DB.io.helidon.dbclient.metrics Metrics support for Helidon DB Client.io.helidon.dbclient.mongodb Helidon DB integration for reactive mongoDB.io.helidon.dbclient.spi Service provider interface for Helidon DB.io.helidon.dbclient.tracing Tracing support for Helidon DB. -
Classes in io.helidon.dbclient used by io.helidon.dbclient Class Description DbClient Helidon database client.DbClient.Builder Helidon database handler builder.DbClientException ARuntimeException
used by Helidon DB component.DbClientService Services can modify the data used to execute a statement as well as react on a statement result.DbClientServiceContext Interceptor context to get (and possibly manipulate) database operations.DbColumn Column data and metadata.DbExecute Database executor.DbMapperManager Mapper manager of all configuredmappers
.DbMapperManager.Builder Fluent API builder forDbMapperManager
.DbRow 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).DbStatement Database statement that can process parameters.DbStatementDml DML Database statement.DbStatementGet Database statement that queries the database and returns a single row if present, or an empty optional.DbStatementQuery Database query statement.DbStatements Configuration of statements to be used by database provider.DbStatements.Builder Fluent API builder forDbStatements
.DbStatementType Usual supported statement types.DbTransaction Database transaction. -
Classes in io.helidon.dbclient used by io.helidon.dbclient.common Class Description DbClientService Services can modify the data used to execute a statement as well as react on a statement result.DbClientServiceContext Interceptor context to get (and possibly manipulate) database operations.DbExecute Database executor.DbMapperManager Mapper manager of all configuredmappers
.DbStatement Database statement that can process parameters.DbStatementDml DML Database statement.DbStatementGet Database statement that queries the database and returns a single row if present, or an empty optional.DbStatementQuery Database query statement.DbStatements Configuration of statements to be used by database provider.DbStatementType Usual supported statement types. -
Classes in io.helidon.dbclient used by io.helidon.dbclient.health Class Description DbClient Helidon database client.DbClientException ARuntimeException
used by Helidon DB component. -
Classes in io.helidon.dbclient used by io.helidon.dbclient.jdbc Class Description DbClient Helidon database client.DbClientService Services can modify the data used to execute a statement as well as react on a statement result.DbMapper A mapper to map database objects to/from a specific type.DbStatements Configuration of statements to be used by database provider. -
Classes in io.helidon.dbclient used by io.helidon.dbclient.jsonp Class Description DbMapper A mapper to map database objects to/from a specific type.DbRow 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). -
Classes in io.helidon.dbclient used by io.helidon.dbclient.metrics Class Description DbClientService Services can modify the data used to execute a statement as well as react on a statement result. -
Classes in io.helidon.dbclient used by io.helidon.dbclient.mongodb Class Description DbClient Helidon database client.DbClientService Services can modify the data used to execute a statement as well as react on a statement result.DbClientServiceContext Interceptor context to get (and possibly manipulate) database operations.DbColumn Column data and metadata.DbExecute Database executor.DbMapper A mapper to map database objects to/from a specific type.DbRow 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).DbStatement Database statement that can process parameters.DbStatementDml DML Database statement.DbStatementGet Database statement that queries the database and returns a single row if present, or an empty optional.DbStatementQuery Database query statement.DbStatements Configuration of statements to be used by database provider.DbStatementType Usual supported statement types.DbTransaction Database transaction. -
Classes in io.helidon.dbclient used by io.helidon.dbclient.spi Class Description DbClient Helidon database client.DbClientService Services can modify the data used to execute a statement as well as react on a statement result.DbMapper A mapper to map database objects to/from a specific type.DbStatements Configuration of statements to be used by database provider. -
Classes in io.helidon.dbclient used by io.helidon.dbclient.tracing Class Description DbClientService Services can modify the data used to execute a statement as well as react on a statement result.DbClientServiceContext Interceptor context to get (and possibly manipulate) database operations.