Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.mapping
Interface ElasticsearchPersistentEntity<T>

All Superinterfaces:
org.springframework.data.mapping.PersistentEntity<T,ElasticsearchPersistentProperty>
All Known Implementing Classes:
SimpleElasticsearchPersistentEntity

public interface ElasticsearchPersistentEntity<T>
extends org.springframework.data.mapping.PersistentEntity<T,ElasticsearchPersistentProperty>


Method Summary
 String getIndexName()
           
 String getIndexType()
           
 
Methods inherited from interface org.springframework.data.mapping.PersistentEntity
doWithAssociations, doWithProperties, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getType, getTypeAlias, getTypeInformation, isConstructorArgument, isIdProperty
 

Method Detail

getIndexName

String getIndexName()

getIndexType

String getIndexType()

Spring Data Elasticsearch

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