T - ID - public interface SolrCrudRepository<T,ID extends Serializable> extends SolrRepository<T,ID>, PagingAndSortingRepository<T,ID>
| Modifier and Type | Method and Description |
|---|---|
<S extends T> |
save(S entity,
Duration commitWithin)
Saves a given entity and commits withing given
Duration. |
<S extends T> |
saveAll(Iterable<S> entities,
Duration commitWithin)
Saves all given entities and commits withing given
Duration. |
countfindAll, findAllcount, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAllCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.