public class GeneCsvRepository extends AbstractRepository
| Constructor and Description |
|---|
GeneCsvRepository(File file,
String sourceAttributeName,
String targetAttributeName,
EntityTypeFactory entityTypeFactory,
AttributeFactory attrMetaFactory,
char separator) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Entity> |
findAll(Query<Entity> q) |
Set<RepositoryCapability> |
getCapabilities() |
EntityType |
getEntityType() |
Iterator<Entity> |
iterator() |
add, add, aggregate, close, count, count, delete, delete, deleteAll, deleteAll, deleteById, findAll, findAll, findOne, findOneById, findOneById, forEachBatched, getName, getQueryOperators, query, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachBatched, getExistingIDs, upsertBatchforEach, spliteratorpublic GeneCsvRepository(File file, String sourceAttributeName, String targetAttributeName, EntityTypeFactory entityTypeFactory, AttributeFactory attrMetaFactory, char separator)
public Set<RepositoryCapability> getCapabilities()
public EntityType getEntityType()
public Stream<Entity> findAll(Query<Entity> q)
findAll in interface Repository<Entity>findAll in class AbstractRepositoryCopyright © 2017. All rights reserved.