Uses of Interface
de.hybris.platform.jdbcwrapper.interceptor.JDBCInterceptor
-
Packages that use JDBCInterceptor Package Description de.hybris.platform.jdbcwrapper de.hybris.platform.jdbcwrapper.interceptor.factory de.hybris.platform.jdbcwrapper.interceptor.recover -
-
Uses of JDBCInterceptor in de.hybris.platform.jdbcwrapper
Methods in de.hybris.platform.jdbcwrapper that return JDBCInterceptor Modifier and Type Method Description protected JDBCInterceptorConnectionImplIntegrationTest. errorThrowingJDBCInterceptor(java.util.concurrent.atomic.AtomicBoolean shouldThrowError)JDBCInterceptorDataSourceImpl. getJDBCInterceptor()JDBCInterceptorHybrisDataSource. getJDBCInterceptor()Methods in de.hybris.platform.jdbcwrapper with parameters of type JDBCInterceptor Modifier and Type Method Description protected DataSourceFactoryConnectionImplIntegrationTest. dataSourceFactory(JDBCInterceptor jdbcInterceptor) -
Uses of JDBCInterceptor in de.hybris.platform.jdbcwrapper.interceptor.factory
Methods in de.hybris.platform.jdbcwrapper.interceptor.factory that return JDBCInterceptor Modifier and Type Method Description static JDBCInterceptorJDBCInterceptorFactory. create(Tenant tenant)JDBCInterceptorDefaultJDBCInterceptorFactory. createJDBCInterceptor(Tenant tenant)JDBCInterceptorJDBCInterceptorFactory. createJDBCInterceptor(Tenant tenant) -
Uses of JDBCInterceptor in de.hybris.platform.jdbcwrapper.interceptor.recover
Classes in de.hybris.platform.jdbcwrapper.interceptor.recover that implement JDBCInterceptor Modifier and Type Class Description classSQLRecoverableExceptionHandler
-