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