Interface MeilisearchRepository<T,ID>
- Type Parameters:
T- The type of the domain classID- The type of the id field
- All Superinterfaces:
CrudRepository<T,,ID> PagingAndSortingRepository<T,,ID> Repository<T,ID>
- All Known Implementing Classes:
SimpleMeilisearchRepository
@NoRepositoryBean
public interface MeilisearchRepository<T,ID>
extends CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>
Repository interface for Meilisearch.
- Author:
- Junghoon Ban
- See Also:
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll