public class HPORepository extends AbstractRepository
| Modifier and Type | Field and Description |
|---|---|
static String |
HPO_DISEASE_ID_COL_NAME |
static String |
HPO_GENE_SYMBOL_COL_NAME |
static String |
HPO_ID_COL_NAME |
static String |
HPO_TERM_COL_NAME |
| Constructor and Description |
|---|
HPORepository(File file,
EntityTypeFactory entityTypeFactory,
AttributeFactory attributeFactory) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
Stream<Entity> |
findAll(Query<Entity> q) |
Set<RepositoryCapability> |
getCapabilities() |
EntityType |
getEntityType() |
Iterator<Entity> |
iterator() |
add, add, aggregate, close, 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 static final String HPO_DISEASE_ID_COL_NAME
public static final String HPO_GENE_SYMBOL_COL_NAME
public static final String HPO_ID_COL_NAME
public static final String HPO_TERM_COL_NAME
public HPORepository(File file, EntityTypeFactory entityTypeFactory, AttributeFactory attributeFactory)
public Set<RepositoryCapability> getCapabilities()
public EntityType getEntityType()
public Stream<Entity> findAll(Query<Entity> q)
findAll in interface Repository<Entity>findAll in class AbstractRepositorypublic long count()
count in interface Repository<Entity>count in class AbstractRepositoryCopyright © 2017. All rights reserved.