public class CsvRepository extends AbstractRepository
| Constructor and Description |
|---|
CsvRepository(File file,
List<CellProcessor> cellProcessors) |
CsvRepository(File file,
List<CellProcessor> cellProcessors,
Character separator) |
CsvRepository(File file,
String sheetName,
List<CellProcessor> cellProcessors) |
CsvRepository(String file) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellProcessor(CellProcessor cellProcessor) |
long |
count() |
Set<RepositoryCapability> |
getCapabilities() |
EntityMetaData |
getEntityMetaData() |
Iterator<Entity> |
iterator() |
add, add, aggregate, clearCache, close, count, delete, delete, deleteAll, deleteById, deleteById, findAll, findAll, findOne, findOne, flush, getName, query, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CsvRepository(String file)
public CsvRepository(File file, @Nullable List<CellProcessor> cellProcessors, Character separator)
public CsvRepository(File file, @Nullable List<CellProcessor> cellProcessors)
public CsvRepository(File file, String sheetName, @Nullable List<CellProcessor> cellProcessors)
public EntityMetaData getEntityMetaData()
public void addCellProcessor(CellProcessor cellProcessor)
public Set<RepositoryCapability> getCapabilities()
public long count()
count in interface Repositorycount in class AbstractRepositoryCopyright © 2015. All Rights Reserved.