Spring Data Elasticsearch

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

All Superinterfaces:
PersistentProperty<ElasticsearchPersistentProperty>
All Known Implementing Classes:
SimpleElasticsearchPersistentProperty

public interface ElasticsearchPersistentProperty
extends PersistentProperty<ElasticsearchPersistentProperty>

ElasticsearchPersistentProperty

Author:
Rizwan Idrees, Mohsin Husen

Nested Class Summary
static class ElasticsearchPersistentProperty.PropertyToFieldNameConverter
           
 
Method Summary
 String getFieldName()
           
 boolean isVersionProperty()
           
 
Methods inherited from interface org.springframework.data.mapping.PersistentProperty
getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getSpelExpression, getType, getTypeInformation, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isMap, isTransient, shallBePersisted
 

Method Detail

getFieldName

String getFieldName()

isVersionProperty

boolean isVersionProperty()
Specified by:
isVersionProperty in interface PersistentProperty<ElasticsearchPersistentProperty>

Spring Data Elasticsearch

Copyright © 2013 BioMed Central. All Rights Reserved.