Uses of Class
org.dataloader.DataLoaderRegistry.Builder
Packages that use DataLoaderRegistry.Builder
-
Uses of DataLoaderRegistry.Builder in org.dataloader
Methods in org.dataloader that return DataLoaderRegistry.BuilderModifier and TypeMethodDescriptionstatic DataLoaderRegistry.Builder
DataLoaderRegistry.newRegistry()
DataLoaderRegistry.Builder.register
(String key, DataLoader<?, ?> dataLoader) This will register a new dataloaderDataLoaderRegistry.Builder.registerAll
(DataLoaderRegistry otherRegistry) This will combine together the data loaders in this builder with the ones from a previousDataLoaderRegistry
Constructors in org.dataloader with parameters of type DataLoaderRegistry.Builder