Example usage for org.springframework.batch.item.data MongoItemWriter subclass-usage

List of usage examples for org.springframework.batch.item.data MongoItemWriter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.data MongoItemWriter subclass-usage.

Usage

From source file uk.ac.ebi.eva.pipeline.io.writers.GeneWriter.java

/**
 * @author Jose Miguel Mut Lopez <jmmut@ebi.ac.uk>
 *
 * Write a list of {@link FeatureCoordinates} into MongoDB.
 *
 * This is a thin helper wrapper over MongoItemWriter, which automatically converts beans into DBObjects, given

From source file uk.ac.ebi.eva.pipeline.io.writers.VepAnnotationMongoWriter.java

/**
 * @author Diego Poggioli
 *
 * Write a list of {@link VariantAnnotation} into MongoDB
 *
 * A new annotation is added in the existing document.