Interface MeilisearchRepository<T,ID>

Type Parameters:
T - The type of the domain class
ID - 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: