Spring Data Couchbase

org.springframework.data.couchbase.core.mapping
Interface CouchbasePersistentProperty

All Superinterfaces:
PersistentProperty<CouchbasePersistentProperty>
All Known Implementing Classes:
BasicCouchbasePersistentProperty

public interface CouchbasePersistentProperty
extends PersistentProperty<CouchbasePersistentProperty>

Represents a property part of an entity that needs to be persisted.

Author:
Michael Nitschinger

Method Summary
 String getFieldName()
          Returns the field name of the property.
 
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()
Returns the field name of the property. The field name can be different from the actual property name by using a custom annotation.


Spring Data Couchbase

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