Interface SolrEntityInformation<T,ID>
- Type Parameters:
T-ID-
- All Superinterfaces:
org.springframework.data.repository.core.EntityInformation<T,,ID> org.springframework.data.repository.core.EntityMetadata<T>
- All Known Implementing Classes:
MappingSolrEntityInformation
public interface SolrEntityInformation<T,ID>
extends org.springframework.data.repository.core.EntityInformation<T,ID>
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the solr collection the entity resides in.Get the name of the id attribute.Methods inherited from interface org.springframework.data.repository.core.EntityInformation
getId, getIdType, getRequiredId, isNewMethods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType