Uses of Interface
org.nuiton.topia.persistence.csv.in.ImportStrategy
| Package | Description |
|---|---|
| org.nuiton.topia.persistence.csv.in |
Package for csv import of entities.
|
-
Uses of ImportStrategy in org.nuiton.topia.persistence.csv.in
Methods in org.nuiton.topia.persistence.csv.in with parameters of type ImportStrategy Modifier and Type Method Description static <T extends TopiaEntityEnum>
voidTopiaCsvImports. importAssociation(java.io.Reader reader, ImportStrategy<T> importStrategy, AssociationMeta<T> meta, CsvImportResult<T> csvResult)To import a association (given by hismeta) from a reader and a strategy.static <T extends TopiaEntityEnum, E extends TopiaEntity>
voidTopiaCsvImports. importTable(java.io.Reader reader, ImportStrategy<T> importStrategy, TableMeta<T> meta, CsvImportResult<T> csvResult)To import a table (given by hismeta) from a reader and a strategy.static <T extends TopiaEntityEnum, E extends TopiaEntity>
java.lang.Iterable<E>TopiaCsvImports. importTableAndReturn(java.io.Reader reader, ImportStrategy<T> importStrategy, TableMeta<T> meta, CsvImportResult<T> csvResult)To import a table (given by hismeta) from a reader and a strategy.