Uses of Class
io.helidon.dbclient.common.InterceptorSupport.Builder
-
Packages that use InterceptorSupport.Builder Package Description io.helidon.dbclient.common Helper classes to use in various implementations. -
-
Uses of InterceptorSupport.Builder in io.helidon.dbclient.common
Methods in io.helidon.dbclient.common that return InterceptorSupport.Builder 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)static InterceptorSupport.BuilderInterceptorSupport. builder()Create a new fluent API builder.
-