Interface MeilisearchEntityInformation<T,ID>
- Type Parameters:
T- the type of the entityID- the type of the entity's identifier
- All Superinterfaces:
EntityInformation<T,,ID> EntityMetadata<T>
- All Known Implementing Classes:
MappingMeilisearchEntityInformation
Entity information for Meilisearch.
- Author:
- Junghoon Ban
-
Method Summary
Modifier and TypeMethodDescriptionReturns the id attribute.Returns the uid of the index.Methods inherited from interface org.springframework.data.repository.core.EntityInformation
getId, getIdType, getRequiredId, isNewMethods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType