public interface DatastorePersistentProperty extends org.springframework.data.mapping.PersistentProperty<DatastorePersistentProperty>
| Modifier and Type | Method and Description |
|---|---|
EmbeddedType |
getEmbeddedType()
Get the
EmbeddedType of the property indicating what what type of embedding
pathway will be used to store the property. |
String |
getFieldName()
Get the name of the field to store this property in Datastore.
|
boolean |
isColumnBacked()
True if the property is stored within Datastore entity.
|
boolean |
isDescendants()
Whether the property contains entities that are related to this entity via the
Cloud Datastore Ancestor relationship and have this entity as their ancestor.
|
boolean |
isReference()
True if the property is a POJO and is to be stored in Datastore as a Key of the
POJO, which is a separate entity in Datastore.
|
boolean |
isUnindexed()
True if the property should be excluded from indexes.
|
findAnnotation, findPropertyOrOwnerAnnotation, getActualType, getAssociation, getAssociationTargetType, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypes, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, getSetter, getSpelExpression, getType, getTypeInformation, getWither, hasActualTypeAnnotation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isImmutable, isMap, isTransient, isVersionProperty, isWritable, usePropertyAccessString getFieldName()
boolean isReference()
boolean isDescendants()
true if the property contains child entities. false
otherwise.boolean isUnindexed()
EmbeddedType getEmbeddedType()
EmbeddedType of the property indicating what what type of embedding
pathway will be used to store the property.boolean isColumnBacked()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.