| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecordImporter
Data import component designed to take a temporary record file and import it directly into the
database, via a specified utility (eg.
|
interface |
RecordProcessor<T extends Model<?>>
Record processors take all of the individual data import components (reader, writer, validator,
and importer), and combines them to handle a single data type's import
|
interface |
RecordReader<T extends Model<?>>
Data impoer component class.
|
interface |
RecordWriter<T extends Model<?>>
Data import component class for writing imported
Model records to a temporary file or
RepositoryOperations implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordFileReader<T extends Model<?>>
Simple abstract implementation of
RecordReader, for reading input files. |
class |
AbstractRecordFileWriter<T extends Model<?>>
Basic abstract implementation of
RecordWriter, for writing records to temp files. |
class |
GenericRecordProcessor<T extends Model<?>>
Basic
RecordProcessor implementation, which can be used to handle most file import jobs. |
class |
RecordCollectionReader<T extends Model<?>>
Simple
RecordReader implementation that iterates through a collection if Model
records, rather than reading from a data source. |
class |
RepositoryRecordUpdater<T extends Model<ID>,ID extends Serializable>
Deprecated.
|
class |
RepositoryRecordWriter<T extends Model<?>>
Simple implementation of
RecordWriter, that writes all records directly to the database
using a RepositoryOperations implementation. |
Copyright © 2016. All rights reserved.