Annotation Type RetryConcurrentModification
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface RetryConcurrentModification
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class[]exceptionSpecify exception for which operation should be retried.intretriesSets the number of times to retry the operation.intsleepIntervalInMillisSets the sleep interval in milliseconds between retries.
-
-
-
Element Detail
-
exception
java.lang.Class[] exception
Specify exception for which operation should be retried.- Default:
- {de.hybris.platform.persistence.hjmp.HJMPException.class, de.hybris.platform.directpersistence.exception.ConcurrentModificationException.class, de.hybris.platform.persistence.polyglot.uow.PolyglotPersistenceConcurrentModificationException.class}
-
-