Class MappingSolrEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
org.springframework.data.solr.repository.support.MappingSolrEntityInformation<T,ID>
Type Parameters:
T -
ID -
All Implemented Interfaces:
org.springframework.data.repository.core.EntityInformation<T,ID>, org.springframework.data.repository.core.EntityMetadata<T>, SolrEntityInformation<T,ID>

public class MappingSolrEntityInformation<T,ID> extends org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID> implements SolrEntityInformation<T,ID>
Solr specific implementation of AbstractEntityInformation
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 class org.springframework.data.repository.core.support.PersistentEntityInformation

    getId, getIdType, getJavaType, isNew

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    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