@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @ThreadSafe public class SillyEntityRepository extends Repositories.Repository<SillyEntity>
| Modifier and Type | Class and Description |
|---|---|
static class |
SillyEntityRepository.Criteria |
static class |
SillyEntityRepository.Finder |
static class |
SillyEntityRepository.Indexer |
static class |
SillyEntityRepository.Modifier |
static class |
SillyEntityRepository.Replacer |
static class |
SillyEntityRepository.Updater |
| Constructor and Description |
|---|
SillyEntityRepository(RepositorySetup configuration) |
| Modifier and Type | Method and Description |
|---|---|
SillyEntityRepository.Criteria |
criteria() |
SillyEntityRepository.Finder |
find(SillyEntityRepository.Criteria criteria) |
SillyEntityRepository.Finder |
find(String jsonCriteria) |
SillyEntityRepository.Finder |
findAll() |
SillyEntityRepository.Finder |
findById(int id) |
SillyEntityRepository.Indexer |
index() |
FluentFuture<Integer> |
insert(Iterable<? extends SillyEntity> documents) |
FluentFuture<Integer> |
insert(SillyEntity document) |
SillyEntityRepository.Updater |
update(SillyEntityRepository.Criteria criteria) |
FluentFuture<Integer> |
upsert(SillyEntity document) |
codecRegistry, collection, doDelete, doFetch, doFindOneAndDelete, doIndex, doInsert, doModify, doReplace, doUpdate, doUpdateFirst, doUpsert, fieldNamingStrategypublic SillyEntityRepository(RepositorySetup configuration)
public FluentFuture<Integer> insert(SillyEntity document)
public FluentFuture<Integer> insert(Iterable<? extends SillyEntity> documents)
@CheckReturnValue public SillyEntityRepository.Finder findAll()
@CheckReturnValue public SillyEntityRepository.Finder find(String jsonCriteria)
@CheckReturnValue public SillyEntityRepository.Finder findById(int id)
public FluentFuture<Integer> upsert(SillyEntity document)
@CheckReturnValue public SillyEntityRepository.Finder find(SillyEntityRepository.Criteria criteria)
@CheckReturnValue public SillyEntityRepository.Updater update(SillyEntityRepository.Criteria criteria)
@CheckReturnValue public SillyEntityRepository.Indexer index()
public SillyEntityRepository.Criteria criteria()
Copyright © 2022 The Immutables.org authors. All rights reserved.