Uses of Interface
de.hybris.platform.jdbcwrapper.interceptor.JDBCInterceptorContext
Packages that use JDBCInterceptorContext
Package
Description
-
Uses of JDBCInterceptorContext in de.hybris.platform.jdbcwrapper.interceptor
Methods in de.hybris.platform.jdbcwrapper.interceptor that return JDBCInterceptorContextModifier and TypeMethodDescriptionstatic JDBCInterceptorContextstatic JDBCInterceptorContextJDBCInterceptorContext.unknown()Methods in de.hybris.platform.jdbcwrapper.interceptor with parameters of type JDBCInterceptorContextModifier and TypeMethodDescription<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 JDBCInterceptorContextModifier and TypeMethodDescriptionbooleanDefaultSQLRecoveryStrategy.canRecover(JDBCInterceptorContext ctx) booleanSQLRecoveryStrategy.canRecover(JDBCInterceptorContext ctx) <T> TSQLRecoverableExceptionHandler.get(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier)