public class AdaptedCsvRepository extends AbstractRepository
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWED_IDENTIFIER |
| Constructor and Description |
|---|
AdaptedCsvRepository(String entityName,
CsvRepository csvRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Set<RepositoryCapability> |
getCapabilities() |
EntityMetaData |
getEntityMetaData() |
String |
getName() |
Iterator<Entity> |
iterator() |
add, add, aggregate, clearCache, count, count, delete, delete, deleteAll, deleteById, deleteById, findAll, findAll, findOne, findOne, flush, query, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final String ALLOWED_IDENTIFIER
public AdaptedCsvRepository(String entityName, CsvRepository csvRepository)
public EntityMetaData getEntityMetaData()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class AbstractRepositoryIOExceptionpublic String getName()
getName in interface RepositorygetName in class AbstractRepositorypublic Set<RepositoryCapability> getCapabilities()
Copyright © 2015. All Rights Reserved.