Spring Data Elasticsearch

org.springframework.data.elasticsearch.repository.support
Interface ElasticsearchEntityInformation<T,ID extends Serializable>

Type Parameters:
T -
ID -
All Superinterfaces:
org.springframework.data.repository.core.EntityInformation<T,ID>, org.springframework.data.repository.core.EntityMetadata<T>
All Known Implementing Classes:
MappingElasticsearchEntityInformation

public interface ElasticsearchEntityInformation<T,ID extends Serializable>
extends org.springframework.data.repository.core.EntityInformation<T,ID>


Method Summary
 String getIdAttribute()
           
 String getIndexName()
           
 String getType()
           
 
Methods inherited from interface org.springframework.data.repository.core.EntityInformation
getId, getIdType, isNew
 
Methods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType
 

Method Detail

getIdAttribute

String getIdAttribute()

getIndexName

String getIndexName()

getType

String getType()

Spring Data Elasticsearch

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