Uses of Interface
de.hybris.platform.jdbcwrapper.interceptor.JDBCInterceptorContext
-
Packages that use JDBCInterceptorContext Package Description de.hybris.platform.jdbcwrapper.interceptor de.hybris.platform.jdbcwrapper.interceptor.recover -
-
Uses of JDBCInterceptorContext in de.hybris.platform.jdbcwrapper.interceptor
Methods in de.hybris.platform.jdbcwrapper.interceptor that return JDBCInterceptorContext Modifier and Type Method Description static JDBCInterceptorContextJDBCInterceptorContext. forMethod(java.lang.Class<?> clazz, java.lang.String methodName)static JDBCInterceptorContextJDBCInterceptorContext. unknown()Methods in de.hybris.platform.jdbcwrapper.interceptor with parameters of type JDBCInterceptorContext Modifier and Type Method Description <T> TJDBCInterceptor. get(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier) -
Uses of JDBCInterceptorContext in de.hybris.platform.jdbcwrapper.interceptor.recover
Methods in de.hybris.platform.jdbcwrapper.interceptor.recover with parameters of type JDBCInterceptorContext Modifier and Type Method Description booleanDefaultSQLRecoveryStrategy. canRecover(JDBCInterceptorContext ctx)booleanSQLRecoveryStrategy. canRecover(JDBCInterceptorContext ctx)<T> TSQLRecoverableExceptionHandler. get(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier)
-