Spring Data Solr

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

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

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

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

Methods in org.springframework.data.solr.core.convert with parameters of type SolrPersistentProperty
protected  Object MappingSolrConverter.getValue(SolrPersistentProperty property, Object source, Object parent)
           
 

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

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

Classes in org.springframework.data.solr.core.mapping that implement SolrPersistentProperty
 class SimpleSolrPersistentProperty
          Solr specific PersistentProperty implementation processing taking Field into account
 

Methods in org.springframework.data.solr.core.mapping that return SolrPersistentProperty
protected  SolrPersistentProperty SimpleSolrMappingContext.createPersistentProperty(Field field, PropertyDescriptor descriptor, SimpleSolrPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder)
           
 

Methods in org.springframework.data.solr.core.mapping that return types with arguments of type SolrPersistentProperty
protected  Association<SolrPersistentProperty> SimpleSolrPersistentProperty.createAssociation()
           
 

Methods in org.springframework.data.solr.core.mapping with parameters of type SolrPersistentProperty
 String SolrPersistentProperty.PropertyToFieldNameConverter.convert(SolrPersistentProperty source)
           
 

Constructor parameters in org.springframework.data.solr.core.mapping with type arguments of type SolrPersistentProperty
SimpleSolrPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, PersistentEntity<?,SolrPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder)
           
 

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

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


Spring Data Solr

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