|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.data.mapping.model.AbstractPersistentProperty<P>
org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<GemfirePersistentProperty>
org.springframework.data.gemfire.mapping.GemfirePersistentProperty
public class GemfirePersistentProperty
PersistentProperty implementation to for Gemfire related metadata.
| Field Summary |
|---|
| Fields inherited from class org.springframework.data.mapping.model.AbstractPersistentProperty |
|---|
association, field, information, name, owner, propertyDescriptor, rawType |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
protected org.springframework.data.mapping.Association<GemfirePersistentProperty> |
createAssociation()
|
| Methods inherited from class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty |
|---|
findAnnotation, findPropertyOrOwnerAnnotation, getSpelExpression, isAnnotationPresent, isAssociation, isIdProperty, isTransient, isVersionProperty, toString, usePropertyAccess |
| Methods inherited from class org.springframework.data.mapping.model.AbstractPersistentProperty |
|---|
equals, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getType, getTypeInformation, hashCode, isArray, isCollectionLike, isEntity, isMap, shallBePersisted |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
protected org.springframework.data.mapping.Association<GemfirePersistentProperty> createAssociation()
createAssociation in class org.springframework.data.mapping.model.AbstractPersistentProperty<GemfirePersistentProperty>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||