Spring Data Solr

Uses of Interface
org.springframework.data.solr.repository.query.SolrEntityInformation

Packages that use SolrEntityInformation
org.springframework.data.solr.repository.query   
org.springframework.data.solr.repository.support   
 

Uses of SolrEntityInformation in org.springframework.data.solr.repository.query
 

Methods in org.springframework.data.solr.repository.query that return SolrEntityInformation
 SolrEntityInformation<?,?> SolrQueryMethod.getEntityInformation()
           
<T,ID extends Serializable>
SolrEntityInformation<T,ID>
SolrEntityInformationCreator.getEntityInformation(Class<T> domainClass)
           
 

Uses of SolrEntityInformation in org.springframework.data.solr.repository.support
 

Classes in org.springframework.data.solr.repository.support that implement SolrEntityInformation
 class MappingSolrEntityInformation<T,ID extends Serializable>
          Solr specific implementation of AbstractEntityInformation
 

Methods in org.springframework.data.solr.repository.support that return SolrEntityInformation
<T,ID extends Serializable>
SolrEntityInformation<T,ID>
SolrEntityInformationCreatorImpl.getEntityInformation(Class<T> domainClass)
           
<T,ID extends Serializable>
SolrEntityInformation<T,ID>
SolrRepositoryFactory.getEntityInformation(Class<T> domainClass)
           
 

Constructors in org.springframework.data.solr.repository.support with parameters of type SolrEntityInformation
SimpleSolrRepository(SolrEntityInformation<T,?> metadata, SolrOperations solrOperations)
           
 


Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.