Modifier and Type | Field and Description |
---|---|
protected Mode |
ExistingEntityLookup.mode |
Modifier and Type | Method and Description |
---|---|
Mode |
ModeAware.getMode()
The processing logic of the Reader may differ based n the fact it is intended to Update or Insert or Delete
|
Mode |
ExistingEntityLookup.getMode() |
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Mode> |
ModeAware.getModesSupported()
Get the
Mode s supported by the instance |
List<Mode> |
ExistingEntityLookup.getModesSupported() |
Modifier and Type | Method and Description |
---|---|
void |
ModeAware.setMode(Mode mode) |
void |
ExistingEntityLookup.setMode(Mode mode) |
Modifier and Type | Method and Description |
---|---|
boolean |
ModeAwareMapperInvoker.invokeMapper(Mode mode)
For a given mode if the
Mapper should be invoked or not |
Modifier and Type | Method and Description |
---|---|
Mode |
ModeAwareMapperBehavior.getMode()
The
Mode for which only the wrappedMpper will be invoked.If null, it will execute everytime, however as good as not using this Wrapper |
Mode |
SkipValueMapperBehavior.getMode()
The
Mode for which only the wrappedMpper will be invoked.If null, it will execute everytime, however as good as not using this Wrapper |
Modifier and Type | Method and Description |
---|---|
List<Mode> |
ModeAwareMapperBehavior.getModesSupported()
Depends on the mapper
|
List<Mode> |
SkipValueMapperBehavior.getModesSupported()
Depends on the mapper
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModeAwareMapperBehavior.invokeMapper(Mode mode)
Invoke is the Readers
Mode matches any of ModeAwareMapperBehavior.getModesSupported() |
boolean |
SkipValueMapperBehavior.invokeMapper(Mode mode)
Invoke is the Readers
Mode matches any of SkipValueMapperBehavior.getModesSupported() |
void |
ModeAwareMapperBehavior.setMode(Mode m) |
void |
SkipValueMapperBehavior.setMode(Mode m) |
Modifier and Type | Method and Description |
---|---|
void |
ModeAwareMapperBehavior.setModesSupported(List<Mode> modesSupported)
Depends on the mapper
|
void |
SkipValueMapperBehavior.setModesSupported(List<Mode> modesSupported)
Depends on the mapper
|
Constructor and Description |
---|
ModeAwareMapperBehavior(List<Mode> modesSupported) |
ProcessFieldMapperBehavior(List<Mode> modesSupported)
Deprecated.
|
SetEntityFieldMapperBehavior(List<Mode> modesSupported) |
SkipValueMapperBehavior(List<Mode> modesSupported) |
Modifier and Type | Field and Description |
---|---|
protected Mode |
EnsureAccessorExistsTransformer.mode |
protected Mode |
AbstractEntityTransformer.mode
|
Modifier and Type | Field and Description |
---|---|
protected List<Mode> |
EnsureAccessorExistsTransformer.modesSupported
What all modes does this Reader support
Default All defined in Mode |
protected List<Mode> |
AbstractEntityTransformer.modesSupported
What all modes does this Reader support
Default All defined in Mode |
Modifier and Type | Method and Description |
---|---|
Mode |
EnsureAccessorExistsTransformer.getMode() |
Mode |
AbstractEntityTransformer.getMode()
|
Modifier and Type | Method and Description |
---|---|
List<Mode> |
EnsureAccessorExistsTransformer.getModesSupported() |
List<Mode> |
AbstractEntityTransformer.getModesSupported() |
Modifier and Type | Method and Description |
---|---|
void |
EnsureAccessorExistsTransformer.setMode(Mode mode) |
void |
AbstractEntityTransformer.setMode(Mode mode)
|
Modifier and Type | Method and Description |
---|---|
void |
EnsureAccessorExistsTransformer.setModesSupported(List<Mode> modesSupported) |
void |
AbstractEntityTransformer.setModesSupported(List<Mode> modesSupported) |
Modifier and Type | Method and Description |
---|---|
Mode |
ETLRunnerOptions.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
ETLRunnerOptions.setMode(Mode mode) |
Modifier and Type | Field and Description |
---|---|
protected Mode |
FileToProductsTransformer.mode |
Modifier and Type | Field and Description |
---|---|
protected List<Mode> |
FileToProductsTransformer.modesSupported
What all modes does this Reader support
Default All defined in Mode |
Modifier and Type | Method and Description |
---|---|
Mode |
FileToProductsTransformer.getMode() |
Mode |
ModeAwareProductPersistTransformer.getMode() |
Modifier and Type | Method and Description |
---|---|
List<Mode> |
FileToProductsTransformer.getModesSupported() |
List<Mode> |
ModeAwareProductPersistTransformer.getModesSupported() |
Modifier and Type | Method and Description |
---|---|
void |
FileToProductsTransformer.setMode(Mode mode) |
void |
ModeAwareProductPersistTransformer.setMode(Mode mode) |
Modifier and Type | Method and Description |
---|---|
void |
FileToProductsTransformer.setModesSupported(List<Mode> modesSupported) |
Copyright © 2018. All rights reserved.