Uses of Interface
io.helidon.dbclient.DbInterceptor
-
Packages that use DbInterceptor Package Description io.helidon.dbclient Reactive Database API for Helidon.io.helidon.dbclient.common Helper classes to use in various implementations.io.helidon.dbclient.jdbc Helidon DB implementation for JDBC.io.helidon.dbclient.metrics Metrics support for Helidon DB Client.io.helidon.dbclient.mongodb Helidon DB integration for reactive mongoDB.io.helidon.dbclient.spi Service provider interface for Helidon DB.io.helidon.dbclient.tracing Tracing support for Helidon DB. -
-
Uses of DbInterceptor in io.helidon.dbclient
Methods in io.helidon.dbclient with parameters of type DbInterceptor Modifier and Type Method Description DbClient.BuilderDbClient.Builder. addInterceptor(DbInterceptor interceptor)Add a global interceptor.DbClient.BuilderDbClient.Builder. addInterceptor(DbInterceptor interceptor, DbStatementType... dbStatementTypes)Add an interceptor to specific statement types.DbClient.BuilderDbClient.Builder. addInterceptor(DbInterceptor interceptor, String... statementNames)Add an interceptor to specific named statements. -
Uses of DbInterceptor in io.helidon.dbclient.common
Methods in io.helidon.dbclient.common that return types with arguments of type DbInterceptor Modifier and Type Method Description List<DbInterceptor>InterceptorSupport. interceptors(DbStatementType dbStatementType, String statementName)Get a list of interceptors to be executed for the specified statement.Methods in io.helidon.dbclient.common with parameters of type DbInterceptor Modifier and Type Method Description InterceptorSupport.BuilderInterceptorSupport.Builder. add(DbInterceptor interceptor)InterceptorSupport.BuilderInterceptorSupport.Builder. add(DbInterceptor interceptor, DbStatementType... dbStatementTypes)InterceptorSupport.BuilderInterceptorSupport.Builder. add(DbInterceptor interceptor, String... statementNames) -
Uses of DbInterceptor in io.helidon.dbclient.jdbc
Methods in io.helidon.dbclient.jdbc with parameters of type DbInterceptor Modifier and Type Method Description JdbcDbClientProviderBuilderJdbcDbClientProviderBuilder. addInterceptor(DbInterceptor interceptor)JdbcDbClientProviderBuilderJdbcDbClientProviderBuilder. addInterceptor(DbInterceptor interceptor, DbStatementType... dbStatementTypes)JdbcDbClientProviderBuilderJdbcDbClientProviderBuilder. addInterceptor(DbInterceptor interceptor, String... statementNames) -
Uses of DbInterceptor in io.helidon.dbclient.metrics
Classes in io.helidon.dbclient.metrics that implement DbInterceptor Modifier and Type Class Description classDbCounterCounter metric for Helidon DB.classDbMeterMeter for Helidon DB.classDbTimerTimer metric for Helidon DB.Methods in io.helidon.dbclient.metrics that return DbInterceptor Modifier and Type Method Description DbInterceptorDbMetricsProvider. create(Config config) -
Uses of DbInterceptor in io.helidon.dbclient.mongodb
Methods in io.helidon.dbclient.mongodb with parameters of type DbInterceptor Modifier and Type Method Description MongoDbClientProviderBuilderMongoDbClientProviderBuilder. addInterceptor(DbInterceptor interceptor)MongoDbClientProviderBuilderMongoDbClientProviderBuilder. addInterceptor(DbInterceptor interceptor, DbStatementType... dbStatementTypes)MongoDbClientProviderBuilderMongoDbClientProviderBuilder. addInterceptor(DbInterceptor interceptor, String... statementNames) -
Uses of DbInterceptor in io.helidon.dbclient.spi
Methods in io.helidon.dbclient.spi that return DbInterceptor Modifier and Type Method Description DbInterceptorDbInterceptorProvider. create(Config config)Create a new interceptor instance with the configuration provided.Methods in io.helidon.dbclient.spi with parameters of type DbInterceptor Modifier and Type Method Description TDbClientProviderBuilder. addInterceptor(DbInterceptor interceptor)Add an interceptor.TDbClientProviderBuilder. addInterceptor(DbInterceptor interceptor, DbStatementType... dbStatementTypes)Add an interceptor thas is active only on configured statement types.TDbClientProviderBuilder. addInterceptor(DbInterceptor interceptor, String... statementNames)Add an interceptor that is active only on the configured statement names. -
Uses of DbInterceptor in io.helidon.dbclient.tracing
Classes in io.helidon.dbclient.tracing that implement DbInterceptor Modifier and Type Class Description classDbClientTracingTracing interceptor.Methods in io.helidon.dbclient.tracing that return DbInterceptor Modifier and Type Method Description DbInterceptorDbClientTracingProvider. create(Config config)
-