Uses of Interface
org.springframework.batch.repeat.RepeatOperations
Packages that use RepeatOperations
Package
Description
Infrastructure implementations of repeat callback concerns.
Infrastructure implementations of repeat aop concerns.
Infrastructure implementations of repeat support concerns.
-
Uses of RepeatOperations in org.springframework.batch.repeat.callback
Constructors in org.springframework.batch.repeat.callback with parameters of type RepeatOperationsModifierConstructorDescriptionNestedRepeatCallback(RepeatOperations template, RepeatCallback callback) Constructor setting mandatory fields. -
Uses of RepeatOperations in org.springframework.batch.repeat.interceptor
Methods in org.springframework.batch.repeat.interceptor with parameters of type RepeatOperationsModifier and TypeMethodDescriptionvoidRepeatOperationsInterceptor.setRepeatOperations(RepeatOperations batchTemplate) Setter for theRepeatOperations. -
Uses of RepeatOperations in org.springframework.batch.repeat.support
Classes in org.springframework.batch.repeat.support that implement RepeatOperationsModifier and TypeClassDescriptionclassSimple implementation and base class for batch templates implementingRepeatOperations.classProvidesRepeatOperationssupport including interceptors that can be used to modify or monitor the behaviour at run time.
This implementation is sufficient to be used to configure transactional behaviour for each item by making theRepeatCallbacktransactional, or for the whole batch by making the execute method transactional (but only then if the task executor is synchronous).
This class is thread-safe if its collaborators are thread-safe (interceptors, terminationPolicy, callback).