public class SortaCsvRepository extends AbstractRepository
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWED_IDENTIFIER |
| Constructor and Description |
|---|
SortaCsvRepository(File file,
EntityTypeFactory entityTypeFactory,
AttributeFactory attrMetaFactory) |
SortaCsvRepository(String entityTypeId,
String entityLabel,
File uploadedFile,
EntityTypeFactory entityTypeFactory,
AttributeFactory attrMetaFactory) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
Set<RepositoryCapability> |
getCapabilities() |
EntityType |
getEntityType() |
Iterator<Entity> |
iterator() |
add, add, aggregate, close, count, delete, delete, deleteAll, deleteAll, deleteById, findAll, findAll, findAll, findOne, findOneById, findOneById, forEachBatched, getName, getQueryOperators, query, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachBatched, getExistingIDs, upsertBatchforEach, spliteratorpublic static final String ALLOWED_IDENTIFIER
public SortaCsvRepository(File file, EntityTypeFactory entityTypeFactory, AttributeFactory attrMetaFactory)
public SortaCsvRepository(String entityTypeId, String entityLabel, File uploadedFile, EntityTypeFactory entityTypeFactory, AttributeFactory attrMetaFactory)
public EntityType getEntityType()
public Set<RepositoryCapability> getCapabilities()
public long count()
count in interface Repository<Entity>count in class AbstractRepositoryCopyright © 2018. All rights reserved.