public class CachingMongoPersistentProperty extends BasicMongoPersistentProperty
MongoPersistentProperty.PropertyToFieldNameConverter| Constructor and Description |
|---|
CachingMongoPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
MongoPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder,
FieldNamingStrategy fieldNamingStrategy)
Creates a new
CachingMongoPersistentProperty. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Returns the key to be used to store the value of the property inside a Mongo
DBObject. |
boolean |
isAssociation() |
boolean |
isIdProperty()
Also considers fields as id that are of supported id type and name.
|
createAssociation, getDBRef, getFieldOrder, isDbReference, isExplicitIdPropertyfindAnnotation, findPropertyOrOwnerAnnotation, getSpelExpression, isAnnotationPresent, isTransient, isVersionProperty, toString, usePropertyAccessequals, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getType, getTypeInformation, hashCode, isArray, isCollectionLike, isEntity, isMap, shallBePersistedclone, finalize, getClass, notify, notifyAll, wait, wait, waitusePropertyAccessfindAnnotation, findPropertyOrOwnerAnnotation, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getSpelExpression, getType, getTypeInformation, isAnnotationPresent, isArray, isCollectionLike, isEntity, isMap, isTransient, isVersionProperty, shallBePersistedpublic CachingMongoPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, MongoPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder, FieldNamingStrategy fieldNamingStrategy)
CachingMongoPersistentProperty.field - propertyDescriptor - owner - simpleTypeHolder - fieldNamingStrategy - public boolean isIdProperty()
BasicMongoPersistentPropertyisIdProperty in interface org.springframework.data.mapping.PersistentProperty<MongoPersistentProperty>isIdProperty in class BasicMongoPersistentPropertyBasicMongoPersistentProperty.SUPPORTED_ID_PROPERTY_NAMES,
BasicMongoPersistentProperty.SUPPORTED_ID_TYPESpublic boolean isAssociation()
isAssociation in interface org.springframework.data.mapping.PersistentProperty<MongoPersistentProperty>isAssociation in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<MongoPersistentProperty>public String getFieldName()
BasicMongoPersistentPropertyDBObject.getFieldName in interface MongoPersistentPropertygetFieldName in class BasicMongoPersistentPropertyCopyright © 2021. All rights reserved.