Uses of Interface
io.helidon.dbclient.DbClientService
Package
Description
Reactive Database API for Helidon.
Helper classes to use in various implementations.
Helidon DB implementation for JDBC.
Metrics support for Helidon DB Client.
Helidon DB integration for reactive mongoDB.
Service provider interface for Helidon DB.
Tracing support for Helidon DB.
-
Uses of DbClientService in io.helidon.dbclient
Modifier and TypeMethodDescriptionDbClient.Builder.addService
(DbClientService clientService) Add a client service.Modifier and TypeMethodDescriptionDbClient.Builder.addService
(Supplier<? extends DbClientService> clientServiceSupplier) Add a client service. -
Uses of DbClientService in io.helidon.dbclient.common
Modifier and TypeClassDescriptionclass
A base implementation of a client service that supports configuration of execution based on a statement name pattern and statement types.Modifier and TypeMethodDescriptionDbClientContext.BuilderBase.clientServices
(List<DbClientService> clientServices) Configure the client services to use. -
Uses of DbClientService in io.helidon.dbclient.jdbc
Modifier and TypeMethodDescriptionJdbcDbClientProviderBuilder.addService
(DbClientService clientService) -
Uses of DbClientService in io.helidon.dbclient.metrics
Modifier and TypeMethodDescription -
Uses of DbClientService in io.helidon.dbclient.mongodb
Modifier and TypeMethodDescriptionMongoDbClientProviderBuilder.addService
(DbClientService clientService) -
Uses of DbClientService in io.helidon.dbclient.spi
Modifier and TypeMethodDescriptionCreate a new interceptor instance with the configuration provided.Modifier and TypeMethodDescriptionDbClientProviderBuilder.addService
(DbClientService clientService) Add an interceptor. -
Uses of DbClientService in io.helidon.dbclient.tracing
Modifier and TypeMethodDescription