public class Bootstrap extends Object
| Modifier and Type | Method and Description |
|---|---|
static BootstrapedResult |
bootstrap(Schema schema) |
static BootstrapedResult |
bootstrap(Schema schema,
Config config) |
void |
registerBatchLoader(Operation operation,
Config config) |
void |
registerDataLoader(String name,
org.dataloader.DataLoader<?,?> dataLoader) |
public static BootstrapedResult bootstrap(Schema schema)
public static BootstrapedResult bootstrap(Schema schema, Config config)
public void registerDataLoader(String name, org.dataloader.DataLoader<?,?> dataLoader)
Copyright © 2018–2020. All rights reserved.