public class GemfirePersistentProperty extends AnnotationBasedPersistentProperty<GemfirePersistentProperty>
PersistentProperty implementation to for Gemfire related metadata.| Modifier and Type | Field and Description |
|---|---|
protected static Set<String> |
SUPPORTED_IDENTIFIER_NAMES |
association, field, information, name, owner, propertyDescriptor, rawType| Constructor and Description |
|---|
GemfirePersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
PersistentEntity<?,GemfirePersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder)
Constructs an instance of the
GemfirePersistentProperty initialized with entity
persistent property information (meta-data). |
| Modifier and Type | Method and Description |
|---|---|
protected Association<GemfirePersistentProperty> |
createAssociation() |
boolean |
isExplicitIdProperty()
Determines whether this
GemfirePersistentProperty explicitly identifies an entity property identifier,
one in which the user explicitly annotated a entity class member (field or getter/setter). |
boolean |
isIdProperty() |
boolean |
usePropertyAccess() |
findAnnotation, findPropertyOrOwnerAnnotation, getSpelExpression, isAnnotationPresent, isAssociation, isTransient, isVersionProperty, isWritable, toStringequals, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getType, getTypeInformation, hashCode, isArray, isCollectionLike, isEntity, isMappublic GemfirePersistentProperty(Field field, PropertyDescriptor propertyDescriptor, PersistentEntity<?,GemfirePersistentProperty> owner, SimpleTypeHolder simpleTypeHolder)
GemfirePersistentProperty initialized with entity
persistent property information (meta-data).field - entity Field corresponding to the persistent property.propertyDescriptor - PropertyDescriptor for the entity's persistent property.owner - entity owning the persistent property.simpleTypeHolder - SimpleTypeHolder used to handle primitive types.SimpleTypeHolder,
PersistentEntity,
PropertyDescriptor,
Fieldprotected Association<GemfirePersistentProperty> createAssociation()
createAssociation in class AbstractPersistentProperty<GemfirePersistentProperty>public boolean isExplicitIdProperty()
GemfirePersistentProperty explicitly identifies an entity property identifier,
one in which the user explicitly annotated a entity class member (field or getter/setter).GemfirePersistentProperty explicitly identifies
an entity property identifier.Id,
AnnotationBasedPersistentProperty.isAnnotationPresent(Class)public boolean isIdProperty()
isIdProperty in interface PersistentProperty<GemfirePersistentProperty>isIdProperty in class AnnotationBasedPersistentProperty<GemfirePersistentProperty>AnnotationBasedPersistentProperty.isIdProperty()public boolean usePropertyAccess()
usePropertyAccess in interface PersistentProperty<GemfirePersistentProperty>usePropertyAccess in class AnnotationBasedPersistentProperty<GemfirePersistentProperty>Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.