Uses of Class
dev.jfr4jdbc.interceptor.CommitContext
-
Packages that use CommitContext Package Description dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.legacy -
-
Uses of CommitContext in dev.jfr4jdbc.interceptor
Methods in dev.jfr4jdbc.interceptor that return types with arguments of type CommitContext Modifier and Type Method Description Interceptor<CommitContext>InterceptorFactory. createCommitInterceptor() -
Uses of CommitContext in dev.jfr4jdbc.interceptor.impl.legacy
Methods in dev.jfr4jdbc.interceptor.impl.legacy that return types with arguments of type CommitContext Modifier and Type Method Description Interceptor<CommitContext>LegacyInterceptorFactory. createCommitInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.legacy with parameters of type CommitContext Modifier and Type Method Description voidLegacyCommitInterceptor. postInvoke(CommitContext context)voidLegacyCommitInterceptor. preInvoke(CommitContext context)
-