public interface RecordWriter<T extends Model<?>> extends DataImportComponent
Model records to a temporary file or
RepositoryOperations implementation.| Modifier and Type | Method and Description |
|---|---|
void |
writeRecord(T record)
Writes a single
Model entity to the target destination. |
doAfter, doBeforevoid writeRecord(T record) throws DataImportException
Model entity to the target destination.record - DataImportExceptionCopyright © 2016. All rights reserved.