public interface ILoader<TYPE>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ILoader.Status |
| Modifier and Type | Method and Description |
|---|---|
Map<? extends IExtractor.Entity<TYPE>,ILoader.Status> |
load(List<? extends IExtractor.Entity<TYPE>> entities)
Loads the given entities into the target system.
|
Map<? extends IExtractor.Entity<TYPE>,ILoader.Status> load(List<? extends IExtractor.Entity<TYPE>> entities)
entities - the list of extracted entitiesCopyright © 2019 Irenical. All rights reserved.