public class OmimRepository extends AbstractRepository
| Modifier and Type | Field and Description |
|---|---|
static String |
OMIM_AUTO_ID_COL_NAME |
static String |
OMIM_CYTO_LOCATION_COL_NAME |
static String |
OMIM_ENTRY_COL_NAME |
static String |
OMIM_GENE_SYMBOLS_COL_NAME |
static String |
OMIM_MIM_NUMBER_COL_NAME |
static String |
OMIM_PHENOTYPE_COL_NAME |
static String |
OMIM_TYPE_COL_NAME |
| Constructor and Description |
|---|
OmimRepository(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 OMIM_AUTO_ID_COL_NAME
public static final String OMIM_PHENOTYPE_COL_NAME
public static final String OMIM_GENE_SYMBOLS_COL_NAME
public static final String OMIM_MIM_NUMBER_COL_NAME
public static final String OMIM_CYTO_LOCATION_COL_NAME
public static final String OMIM_ENTRY_COL_NAME
public static final String OMIM_TYPE_COL_NAME
public OmimRepository(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.