Spring Data Elasticsearch

Uses of Interface
org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty

Packages that use ElasticsearchPersistentProperty
org.springframework.data.elasticsearch.core.convert   
org.springframework.data.elasticsearch.core.mapping   
org.springframework.data.elasticsearch.repository.query.parser   
org.springframework.data.elasticsearch.repository.support   
 

Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.core.convert
 

Methods in org.springframework.data.elasticsearch.core.convert that return types with arguments of type ElasticsearchPersistentProperty
 org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> MappingElasticsearchConverter.getMappingContext()
           
 org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> ElasticsearchConverter.getMappingContext()
          Returns the underlying MappingContext used by the converter.
 

Constructor parameters in org.springframework.data.elasticsearch.core.convert with type arguments of type ElasticsearchPersistentProperty
MappingElasticsearchConverter(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
           
 

Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.core.mapping
 

Classes in org.springframework.data.elasticsearch.core.mapping that implement ElasticsearchPersistentProperty
 class SimpleElasticsearchPersistentProperty
          Elasticsearch specific PersistentProperty implementation processing
 

Methods in org.springframework.data.elasticsearch.core.mapping that return ElasticsearchPersistentProperty
protected  ElasticsearchPersistentProperty SimpleElasticsearchMappingContext.createPersistentProperty(Field field, PropertyDescriptor descriptor, SimpleElasticsearchPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
           
 

Methods in org.springframework.data.elasticsearch.core.mapping that return types with arguments of type ElasticsearchPersistentProperty
protected  org.springframework.data.mapping.Association<ElasticsearchPersistentProperty> SimpleElasticsearchPersistentProperty.createAssociation()
           
 

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

Constructor parameters in org.springframework.data.elasticsearch.core.mapping with type arguments of type ElasticsearchPersistentProperty
SimpleElasticsearchPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, org.springframework.data.mapping.PersistentEntity<?,ElasticsearchPersistentProperty> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
           
 

Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.repository.query.parser
 

Constructor parameters in org.springframework.data.elasticsearch.repository.query.parser with type arguments of type ElasticsearchPersistentProperty
ElasticsearchQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, org.springframework.data.mapping.context.MappingContext<?,ElasticsearchPersistentProperty> context)
           
ElasticsearchQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, org.springframework.data.repository.query.ParameterAccessor parameters, org.springframework.data.mapping.context.MappingContext<?,ElasticsearchPersistentProperty> context)
           
 

Uses of ElasticsearchPersistentProperty in org.springframework.data.elasticsearch.repository.support
 

Constructor parameters in org.springframework.data.elasticsearch.repository.support with type arguments of type ElasticsearchPersistentProperty
ElasticsearchEntityInformationCreatorImpl(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
           
 


Spring Data Elasticsearch

Copyright © 2012-2013 BioMed Central. All Rights Reserved.