| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport | |
| org.oncoblocks.centromere.core.repository | |
| org.oncoblocks.centromere.core.repository.support |
| Modifier and Type | Interface and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericRecordProcessor<T extends Model<?>>
Basic
RecordProcessor implementation, which can be used to handle most file import jobs. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepositoryOperations<T extends Model<ID>,ID extends Serializable>
Basic operations that all repositories must implement, regardless database technology used.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataFileMetadataRepository<T extends DataFileMetadata<ID>,ID extends Serializable>
Deprecated.
|
interface |
DataSetMetadataRepository<T extends DataSetMetadata<ID>,ID extends Serializable>
Deprecated.
|
Copyright © 2016. All rights reserved.