Interface FirestorePersistentProperty
- All Superinterfaces:
org.springframework.data.mapping.PersistentProperty<FirestorePersistentProperty>
- All Known Implementing Classes:
FirestorePersistentPropertyImpl
public interface FirestorePersistentProperty
extends org.springframework.data.mapping.PersistentProperty<FirestorePersistentProperty>
Persistent property for Google Cloud Firestore.
- Since:
- 1.2
-
Method Summary
Methods inherited from interface org.springframework.data.mapping.PersistentProperty
findAnnotation, findPropertyOrOwnerAnnotation, getAccessorForOwner, getActualType, getAssociation, getAssociationTargetType, getAssociationTargetTypeInformation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypeInformation, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, getSetter, getSpelExpression, getType, getTypeInformation, getWither, hasActualTypeAnnotation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isImmutable, isMap, isTransient, isVersionProperty, isWritable, usePropertyAccess
-
Method Details
-
getFieldName
String getFieldName()
-