Spring Data Elasticsearch

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

Packages that use ElasticsearchPersistentEntity
org.springframework.data.elasticsearch.core.convert   
org.springframework.data.elasticsearch.core.mapping   
org.springframework.data.elasticsearch.repository.support   
 

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

Methods in org.springframework.data.elasticsearch.core.convert that return types with arguments of type ElasticsearchPersistentEntity
 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 ElasticsearchPersistentEntity
MappingElasticsearchConverter(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
           
 

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

Classes in org.springframework.data.elasticsearch.core.mapping that implement ElasticsearchPersistentEntity
 class SimpleElasticsearchPersistentEntity<T>
          Elasticsearch specific PersistentEntity implementation holding
 

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

Constructors in org.springframework.data.elasticsearch.repository.support with parameters of type ElasticsearchPersistentEntity
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> entity)
           
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> entity, String indexName, String type)
           
 

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


Spring Data Elasticsearch

Copyright © 2013 BioMed Central. All Rights Reserved.