Uses of Interface
de.hybris.platform.jdbcwrapper.interceptor.recover.SQLRecoveryStrategy
-
Packages that use SQLRecoveryStrategy Package Description de.hybris.platform.jdbcwrapper.interceptor.factory de.hybris.platform.jdbcwrapper.interceptor.recover -
-
Uses of SQLRecoveryStrategy in de.hybris.platform.jdbcwrapper.interceptor.factory
Methods in de.hybris.platform.jdbcwrapper.interceptor.factory that return SQLRecoveryStrategy Modifier and Type Method Description protected SQLRecoveryStrategyDefaultJDBCInterceptorFactory. createSQLRecoveryStrategy(Tenant tenant) -
Uses of SQLRecoveryStrategy in de.hybris.platform.jdbcwrapper.interceptor.recover
Classes in de.hybris.platform.jdbcwrapper.interceptor.recover that implement SQLRecoveryStrategy Modifier and Type Class Description classDefaultSQLRecoveryStrategyConstructors in de.hybris.platform.jdbcwrapper.interceptor.recover with parameters of type SQLRecoveryStrategy Constructor Description SQLRecoverableExceptionHandler(SQLRecoveryStrategy recoveryStrategy)
-