Uses of Interface
io.helidon.dbclient.DbClientService
Packages that use 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.dbclientMethods 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.commonClasses in io.helidon.dbclient.common 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.Method parameters in io.helidon.dbclient.common with type arguments of type DbClientServiceModifier and TypeMethodDescriptionDbClientContext.BuilderBase.clientServices(List<DbClientService> clientServices) Configure the client services to use.
- 
Uses of DbClientService in io.helidon.dbclient.jdbcMethods in io.helidon.dbclient.jdbc with parameters of type DbClientServiceModifier and TypeMethodDescriptionJdbcDbClientProviderBuilder.addService(DbClientService clientService) 
- 
Uses of DbClientService in io.helidon.dbclient.metricsMethods in io.helidon.dbclient.metrics that return types with arguments of type DbClientServiceModifier and TypeMethodDescription
- 
Uses of DbClientService in io.helidon.dbclient.mongodbMethods in io.helidon.dbclient.mongodb with parameters of type DbClientServiceModifier and TypeMethodDescriptionMongoDbClientProviderBuilder.addService(DbClientService clientService) 
- 
Uses of DbClientService in io.helidon.dbclient.spiMethods 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.
- 
Uses of DbClientService in io.helidon.dbclient.tracingClasses in io.helidon.dbclient.tracing that implement DbClientServiceMethods in io.helidon.dbclient.tracing that return types with arguments of type DbClientServiceModifier and TypeMethodDescription