Uses of Interface
io.helidon.dbclient.DbClientService
Packages that use DbClientService
Package
Description
Helidon Database Client API.
Metrics support for Helidon Database Client.
Service provider interface for Helidon Database Client.
Tracing support for Helidon Database Client.
-
Uses of DbClientService in io.helidon.dbclient
Classes in io.helidon.dbclient that implement DbClientServiceModifier and TypeClassDescriptionclass
A base implementation of a client service that supports configuration of execution based on a statement name pattern and statement types.Methods in io.helidon.dbclient that return types with arguments of type DbClientServiceModifier and TypeMethodDescriptionDbClientBuilderBase.clientServices()
Get configured client services (interceptors).DbClientContext.clientServices()
DbContext.clientServices()
Configured client services (interceptors).DbExecuteContext.clientServices()
Methods in io.helidon.dbclient with parameters of type DbClientServiceModifier and TypeMethodDescriptionDbClient.Builder.addService
(DbClientService clientService) Add a client service.DbClientBuilderBase.addService
(DbClientService clientService) Method parameters in io.helidon.dbclient with type arguments of type DbClientServiceModifier and TypeMethodDescriptionDbClient.Builder.addService
(Supplier<? extends DbClientService> clientServiceSupplier) Add a client service.DbClientContext.BuilderBase.clientServices
(List<DbClientService> clientServices) Configure the client services to use. -
Uses of DbClientService in io.helidon.dbclient.metrics
Methods in io.helidon.dbclient.metrics that return types with arguments of type DbClientServiceModifier and TypeMethodDescription -
Uses of DbClientService in io.helidon.dbclient.spi
Methods in io.helidon.dbclient.spi that return types with arguments of type DbClientServiceModifier and TypeMethodDescriptionCreate a new interceptor instance with the configuration provided.Methods in io.helidon.dbclient.spi with parameters of type DbClientServiceModifier and TypeMethodDescriptionDbClientBuilder.addService
(DbClientService clientService) Add an interceptor. -
Uses of DbClientService in io.helidon.dbclient.tracing
Classes in io.helidon.dbclient.tracing that implement DbClientServiceMethods in io.helidon.dbclient.tracing that return types with arguments of type DbClientServiceModifier and TypeMethodDescription