public class OwnedEntityRepositoryDecorator extends Object implements Repository
| Constructor and Description |
|---|
OwnedEntityRepositoryDecorator(Repository decoratedRepo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamforEach, spliteratorpublic OwnedEntityRepositoryDecorator(Repository decoratedRepo)
public java.util.stream.Stream<Entity> stream(Fetch fetch)
stream in interface Repositorypublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic Set<RepositoryCapability> getCapabilities()
getCapabilities in interface Repositorypublic String getName()
getName in interface Repositorypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface Repositorypublic long count()
count in interface Repositorypublic Query query()
query in interface Repositorypublic long count(Query q)
count in interface Repositorypublic java.util.stream.Stream<Entity> findAll(Query q)
findAll in interface Repositorypublic Entity findOne(Query q)
findOne in interface Repositorypublic Entity findOne(Object id)
findOne in interface Repositorypublic Entity findOne(Object id, Fetch fetch)
findOne in interface Repositorypublic java.util.stream.Stream<Entity> findAll(java.util.stream.Stream<Object> ids)
findAll in interface Repositorypublic java.util.stream.Stream<Entity> findAll(java.util.stream.Stream<Object> ids, Fetch fetch)
findAll in interface Repositorypublic AggregateResult aggregate(AggregateQuery aggregateQuery)
aggregate in interface Repositorypublic void update(Entity entity)
update in interface Repositorypublic void update(java.util.stream.Stream<? extends Entity> entities)
update in interface Repositorypublic void delete(Entity entity)
delete in interface Repositorypublic void delete(java.util.stream.Stream<? extends Entity> entities)
delete in interface Repositorypublic void deleteById(Object id)
deleteById in interface Repositorypublic void deleteById(java.util.stream.Stream<Object> ids)
deleteById in interface Repositorypublic void deleteAll()
deleteAll in interface Repositorypublic void add(Entity entity)
add in interface Repositorypublic Integer add(java.util.stream.Stream<? extends Entity> entities)
add in interface Repositorypublic void flush()
flush in interface Repositorypublic void clearCache()
clearCache in interface Repositorypublic void create()
create in interface Repositorypublic void drop()
drop in interface Repositorypublic void rebuildIndex()
rebuildIndex in interface Repositorypublic void addEntityListener(EntityListener entityListener)
addEntityListener in interface Repositorypublic void removeEntityListener(EntityListener entityListener)
removeEntityListener in interface RepositoryCopyright © 2016. All Rights Reserved.