Spring Data Solr

Uses of Interface
org.springframework.data.solr.core.mapping.SolrPersistentEntity

Packages that use SolrPersistentEntity
org.springframework.data.solr.core.convert   
org.springframework.data.solr.core.mapping   
org.springframework.data.solr.repository.support   
 

Uses of SolrPersistentEntity in org.springframework.data.solr.core.convert
 

Methods in org.springframework.data.solr.core.convert that return types with arguments of type SolrPersistentEntity
 MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> MappingSolrConverter.getMappingContext()
           
 MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> SolrJConverter.getMappingContext()
           
 

Methods in org.springframework.data.solr.core.convert with parameters of type SolrPersistentEntity
protected  void MappingSolrConverter.write(Object source, Map target, SolrPersistentEntity<?> entity)
           
 

Constructor parameters in org.springframework.data.solr.core.convert with type arguments of type SolrPersistentEntity
MappingSolrConverter(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext)
           
 

Uses of SolrPersistentEntity in org.springframework.data.solr.core.mapping
 

Classes in org.springframework.data.solr.core.mapping that implement SolrPersistentEntity
 class SimpleSolrPersistentEntity<T>
          Solr specific PersistentEntity implementation holding eg. name of solr core
 

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

Constructors in org.springframework.data.solr.repository.support with parameters of type SolrPersistentEntity
MappingSolrEntityInformation(SolrPersistentEntity<T> entity)
           
MappingSolrEntityInformation(SolrPersistentEntity<T> entity, String solrCoreName)
           
 

Constructor parameters in org.springframework.data.solr.repository.support with type arguments of type SolrPersistentEntity
SolrEntityInformationCreatorImpl(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext)
           
 


Spring Data Solr

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