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 Type
    Method
    Description
    Get 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, isNew

    Methods inherited from interface org.springframework.data.repository.core.EntityMetadata

    getJavaType
  • Method Details

    • getIdAttribute

      String getIdAttribute()
      Get the name of the id attribute.
      Returns:
    • getCollectionName

      String getCollectionName()
      Get the name of the solr collection the entity resides in.
      Returns: