Uses of Interface
de.hybris.platform.jdbcwrapper.interceptor.JDBCInterceptor.SupplierWithSQLException
-
Packages that use JDBCInterceptor.SupplierWithSQLException Package Description de.hybris.platform.jdbcwrapper.interceptor de.hybris.platform.jdbcwrapper.interceptor.recover -
-
Uses of JDBCInterceptor.SupplierWithSQLException in de.hybris.platform.jdbcwrapper.interceptor
Methods in de.hybris.platform.jdbcwrapper.interceptor with parameters of type JDBCInterceptor.SupplierWithSQLException Modifier and Type Method Description default <T> TJDBCInterceptor. get(JDBCInterceptor.SupplierWithSQLException<T> supplier)<T> TJDBCInterceptor. get(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier) -
Uses of JDBCInterceptor.SupplierWithSQLException in de.hybris.platform.jdbcwrapper.interceptor.recover
Methods in de.hybris.platform.jdbcwrapper.interceptor.recover with parameters of type JDBCInterceptor.SupplierWithSQLException Modifier and Type Method Description <T> TSQLRecoverableExceptionHandler. get(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier)
-