Package org.springframework.data.gemfire.mapping.annotation
package org.springframework.data.gemfire.mapping.annotation
-
ClassDescription
Annotation
defining the ClientRegion
in which the application persistent entity will be stored.TheIndexed
annotation is used to index aGemfirePersistentEntity
GemfirePersistentProperty
, which creates a GemFire/GeodeIndex
on a GemFire/GeodeRegion
.Annotation
defining the LocalRegion
in which the application persistent entity will be stored.Deprecated.To be removed in GemFire 10 integrationAnnotation
defining the PartitionRegion
in which the application persistent entity will be stored.PartitionRegion.FixedPartition
defined fixed partition meta-data within aDataPolicy.PARTITION
Region
.Annotation
declaring theRegion
in which the application persistent entity will be stored.Annotation
defining the ReplicateRegion
in which the application persistent entity will be stored.