@Repository public class IdCardBiobankRepository extends AbstractRepository
| Constructor and Description |
|---|
IdCardBiobankRepository(IdCardBiobankMetaData idCardBiobankMetaData,
IdCardClient idCardClient,
ElasticsearchService elasticsearchService,
DataService dataService,
IdCardIndexerSettings idCardIndexerSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Entity entity) |
AggregateResult |
aggregate(AggregateQuery aggregateQuery) |
long |
count(Query q) |
void |
create() |
void |
delete(Entity entity) |
void |
deleteAll() |
void |
deleteById(Object id) |
void |
deleteById(java.util.stream.Stream<Object> ids) |
void |
drop() |
java.util.stream.Stream<Entity> |
findAll(Query q) |
Entity |
findOne(Object id) |
Entity |
findOne(Object id,
Fetch fetch) |
Entity |
findOne(Query q) |
void |
flush() |
Set<RepositoryCapability> |
getCapabilities() |
EntityMetaData |
getEntityMetaData() |
Iterator<Entity> |
iterator() |
void |
rebuildIndex() |
void |
update(Entity entity) |
add, addEntityListener, clearCache, close, count, delete, findAll, findAll, getName, query, removeEntityListener, stream, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamforEach, spliterator@Autowired public IdCardBiobankRepository(IdCardBiobankMetaData idCardBiobankMetaData, IdCardClient idCardClient, ElasticsearchService elasticsearchService, DataService dataService, IdCardIndexerSettings idCardIndexerSettings)
public Set<RepositoryCapability> getCapabilities()
public EntityMetaData getEntityMetaData()
public long count(Query q)
count in interface Repositorycount in class AbstractRepositorypublic java.util.stream.Stream<Entity> findAll(Query q)
findAll in interface RepositoryfindAll in class AbstractRepositorypublic Entity findOne(Query q)
findOne in interface RepositoryfindOne in class AbstractRepositorypublic Entity findOne(Object id)
findOne in interface RepositoryfindOne in class AbstractRepositorypublic Entity findOne(Object id, Fetch fetch)
findOne in interface RepositoryfindOne in class AbstractRepositorypublic AggregateResult aggregate(AggregateQuery aggregateQuery)
aggregate in interface Repositoryaggregate in class AbstractRepositorypublic void update(Entity entity)
update in interface Repositoryupdate in class AbstractRepositorypublic void delete(Entity entity)
delete in interface Repositorydelete in class AbstractRepositorypublic void deleteById(Object id)
deleteById in interface RepositorydeleteById in class AbstractRepositorypublic void deleteById(java.util.stream.Stream<Object> ids)
deleteById in interface RepositorydeleteById in class AbstractRepositorypublic void deleteAll()
deleteAll in interface RepositorydeleteAll in class AbstractRepositorypublic void add(Entity entity)
add in interface Repositoryadd in class AbstractRepositorypublic void flush()
flush in interface Repositoryflush in class AbstractRepositorypublic void rebuildIndex()
rebuildIndex in interface RepositoryrebuildIndex in class AbstractRepositorypublic void create()
create in interface Repositorycreate in class AbstractRepositorypublic void drop()
drop in interface Repositorydrop in class AbstractRepositoryCopyright © 2016. All Rights Reserved.