| Interface | Description |
|---|---|
| ImportModelFactory<T extends TopiaEntityEnum> |
To produce import model.
|
| ImportStrategy<T extends TopiaEntityEnum> |
Strategy to import some stuff.
|
| Class | Description |
|---|---|
| AbstractImportModel<E> |
Abstract import model which add the useful methdo about importing foreign keys.
|
| CsvFileImportResult<T extends TopiaEntityEnum> |
To keep result of the import of a file.
|
| CsvImportResult<T extends TopiaEntityEnum> |
A simple csv result bean just to keep the number of created or
updated entities.
|
| EntityAssociationImportModel<T extends TopiaEntityEnum> |
A model to import associations of entities from csv files.
|
| TopiaCsvImports |
Helper for csv imports.
|
Copyright © 2004–2022 Code Lutin. All rights reserved.