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