Uses of Interface
io.helidon.dbclient.DbClientService
Packages that use DbClientService
Package
Description
Helidon Database Client API.
Service provider interface for Helidon Database Client.
-
Uses of DbClientService in io.helidon.dbclient
Classes in io.helidon.dbclient that implement DbClientServiceModifier and TypeClassDescriptionclassA 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.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.