Interface KeyValueRepository<T,ID>
- Type Parameters:
T-ID-
- All Superinterfaces:
CrudRepository<T,ID>, ListCrudRepository<T, ID>, ListPagingAndSortingRepository<T, ID>, PagingAndSortingRepository<T, ID>, Repository<T, ID>
- All Known Implementing Classes:
QuerydslKeyValueRepository, SimpleKeyValueRepository
public interface KeyValueRepository<T,ID>
extends ListCrudRepository<T,ID>, ListPagingAndSortingRepository<T,ID>
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface ListPagingAndSortingRepository
findAllMethods inherited from interface PagingAndSortingRepository
findAll