public class BasicMongoPersistentProperty extends AnnotationBasedPersistentProperty<MongoPersistentProperty> implements MongoPersistentProperty
MongoPersistentProperty implementation.| Type | Property and Description |
|---|---|
boolean |
isExplicitId
Gets the value of the property explicitIdProperty.
|
boolean |
isExplicitLanguage
Gets the value of the property explicitLanguageProperty.
|
boolean |
isId
Gets the value of the property idProperty.
|
boolean |
isLanguage
Gets the value of the property languageProperty.
|
boolean |
isTextScore
Gets the value of the property textScoreProperty.
|
isVersionPropertyisVersionPropertyMongoPersistentProperty.PropertyToFieldNameConverterassociation, field, information, name, owner, propertyDescriptor, rawType| Constructor and Description |
|---|
BasicMongoPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
MongoPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder,
FieldNamingStrategy fieldNamingStrategy)
Creates a new
BasicMongoPersistentProperty. |
| Modifier and Type | Method and Description |
|---|---|
protected Association<MongoPersistentProperty> |
createAssociation() |
DBRef |
getDBRef()
Returns the
DBRef if the property is a reference. |
String |
getFieldName()
Returns the key to be used to store the value of the property inside a Mongo
DBObject. |
int |
getFieldOrder()
Returns the order of the field if defined.
|
boolean |
isDbReference()
Returns whether the propert is a
DBRef. |
boolean |
isExplicitIdProperty()
Gets the value of the property explicitIdProperty.
|
boolean |
isExplicitLanguageProperty()
Gets the value of the property explicitLanguageProperty.
|
boolean |
isIdProperty()
Gets the value of the property idProperty.
|
boolean |
isLanguageProperty()
Gets the value of the property languageProperty.
|
boolean |
isTextScoreProperty()
Gets the value of the property textScoreProperty.
|
findAnnotation, findPropertyOrOwnerAnnotation, getSpelExpression, isAnnotationPresent, isAssociation, isTransient, isVersionProperty, isWritable, toString, usePropertyAccessequals, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getType, getTypeInformation, hashCode, isArray, isCollectionLike, isEntity, isMapclone, finalize, getClass, notify, notifyAll, wait, wait, waitusePropertyAccessfindAnnotation, findPropertyOrOwnerAnnotation, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getSpelExpression, getType, getTypeInformation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isMap, isTransient, isVersionProperty, isWritablepublic boolean isIdProperty
isIdProperty in interface PersistentProperty<MongoPersistentProperty>isIdProperty in class AnnotationBasedPersistentProperty<MongoPersistentProperty>public boolean isExplicitIdProperty
isExplicitIdProperty in interface MongoPersistentPropertypublic boolean isLanguageProperty
isLanguageProperty in interface MongoPersistentPropertypublic boolean isExplicitLanguageProperty
isExplicitLanguageProperty in interface MongoPersistentPropertypublic boolean isTextScoreProperty
isTextScoreProperty in interface MongoPersistentPropertypublic BasicMongoPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, MongoPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder, FieldNamingStrategy fieldNamingStrategy)
BasicMongoPersistentProperty.field - propertyDescriptor - owner - simpleTypeHolder - fieldNamingStrategy - public boolean isIdProperty()
isIdProperty in interface PersistentProperty<MongoPersistentProperty>isIdProperty in class AnnotationBasedPersistentProperty<MongoPersistentProperty>public boolean isExplicitIdProperty()
isExplicitIdProperty in interface MongoPersistentPropertypublic String getFieldName()
DBObject.getFieldName in interface MongoPersistentPropertypublic int getFieldOrder()
MongoPersistentPropertygetFieldOrder in interface MongoPersistentPropertyprotected Association<MongoPersistentProperty> createAssociation()
createAssociation in class AbstractPersistentProperty<MongoPersistentProperty>public boolean isDbReference()
MongoPersistentPropertyDBRef. If this returns true you can expect
MongoPersistentProperty.getDBRef() to return an non-null value.isDbReference in interface MongoPersistentPropertypublic DBRef getDBRef()
MongoPersistentPropertyDBRef if the property is a reference.getDBRef in interface MongoPersistentPropertyMongoPersistentProperty.isDbReference()public boolean isLanguageProperty()
isLanguageProperty in interface MongoPersistentPropertypublic boolean isExplicitLanguageProperty()
isExplicitLanguageProperty in interface MongoPersistentPropertypublic boolean isTextScoreProperty()
isTextScoreProperty in interface MongoPersistentPropertyCopyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.