public interface ModeAware
ModeAwareMapperInvoker only if ModeAwareMapperInvoker.invokeMapper(Mode) is true.
Mode is specified, then all classes that implement this, should be initialized with the Mode via {setMode(Mode), and for this reason
any ModeAware processor should be a stateful bean with the Mode set in the constructor.| Modifier and Type | Method and Description |
|---|---|
Mode |
getMode()
The processing logic of the Reader may differ based n the fact it is intended to Update or Insert or Delete
|
List<Mode> |
getModesSupported()
Get the
Modes supported by the instance |
void |
setMode(Mode mode) |
Copyright © 2018. All rights reserved.