Uses of Interface
io.helidon.dbclient.DbClientService
Packages that use DbClientService
Package
Description
Reactive Database API for Helidon.
Service provider interface for Helidon DB.
-
Uses of DbClientService in io.helidon.dbclient
Methods in io.helidon.dbclient with parameters of type DbClientServiceModifier and TypeMethodDescriptionDbClient.Builder.addService(DbClientService clientService) Add a client service.Method parameters in io.helidon.dbclient with type arguments of type DbClientServiceModifier and TypeMethodDescriptionDbClient.Builder.addService(Supplier<? extends DbClientService> clientServiceSupplier) Add a client service. -
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 TypeMethodDescriptionDbClientProviderBuilder.addService(DbClientService clientService) Add an interceptor.