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()
           
 
Methods inherited from interface org.springframework.data.mapping.PersistentProperty
findAnnotation, findPropertyOrOwnerAnnotation, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getSpelExpression, getType, getTypeInformation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isMap, isTransient, isVersionProperty, shallBePersisted, usePropertyAccess
 

Method Detail

getFieldName

String getFieldName()

Spring Data Elasticsearch

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.