| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport.component |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordFileWriter<T extends Model<?>>
Basic abstract implementation of
RecordWriter, for writing records to temp files. |
class |
RepositoryRecordUpdater<T extends Model<ID>,ID extends Serializable>
Simple implementation of
RecordWriter, that updates existing database records
using a RepositoryOperations implementation. |
class |
RepositoryRecordWriter<T extends Model<?>>
Simple implementation of
RecordWriter, that writes all records directly to the database
using a RepositoryOperations implementation. |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter<T> |
GenericRecordProcessor.getWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericRecordProcessor.setWriter(RecordWriter<T> writer) |
| Constructor and Description |
|---|
GenericRecordProcessor(RecordReader<T> reader,
org.springframework.validation.Validator validator,
RecordWriter<T> writer,
RecordImporter importer,
ImportOptions options) |
Copyright © 2016. All rights reserved.