public class VcfRepository extends AbstractRepository
The filename without the extension is considered to be the entityname
| Modifier and Type | Field and Description |
|---|---|
static int |
BATCH_SIZE |
static String |
DEFAULT_ATTRIBUTE_DESCRIPTION |
static String |
NAME |
static String |
ORIGINAL_NAME |
static String |
PREFIX |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
void |
forEachBatched(Consumer<List<Entity>> consumer,
int batchSize) |
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, waitgetExistingIDs, upsertBatchforEach, spliteratorpublic static final String DEFAULT_ATTRIBUTE_DESCRIPTION
public static final String NAME
public static final String ORIGINAL_NAME
public static final String PREFIX
public static final int BATCH_SIZE
public EntityType getEntityType()
public Set<RepositoryCapability> getCapabilities()
public long count()
count in interface Repository<Entity>count in class AbstractRepositoryCopyright © 2018 Pivotal Software, Inc.. All rights reserved.