public class GemfirePersistentProperty extends org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<GemfirePersistentProperty>
PersistentProperty
implementation to for Gemfire related metadata.Constructor and Description |
---|
GemfirePersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
org.springframework.data.mapping.PersistentEntity<?,GemfirePersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
Constructs an instance of the GemfirePersistentProperty with entity information.
|
Modifier and Type | Method and Description |
---|---|
protected org.springframework.data.mapping.Association<GemfirePersistentProperty> |
createAssociation() |
findAnnotation, findPropertyOrOwnerAnnotation, getSpelExpression, isAnnotationPresent, isAssociation, isIdProperty, isTransient, isVersionProperty, isWritable, toString, usePropertyAccess
equals, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getType, getTypeInformation, hashCode, isArray, isCollectionLike, isEntity, isMap
public GemfirePersistentProperty(Field field, PropertyDescriptor propertyDescriptor, org.springframework.data.mapping.PersistentEntity<?,GemfirePersistentProperty> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
field
- the entity field corresponding to the persistent property.propertyDescriptor
- PropertyDescriptor for the entity's persistent property.owner
- the entity owning the persistent property.simpleTypeHolder
- type holder for primitive types.protected org.springframework.data.mapping.Association<GemfirePersistentProperty> createAssociation()
createAssociation
in class org.springframework.data.mapping.model.AbstractPersistentProperty<GemfirePersistentProperty>