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.TheLuceneIndexed
annotation is used to index aGemfirePersistentEntity
GemfirePersistentProperty
, creating a GemFire/GeodeLuceneIndex
on a GemFire/GeodeRegion
.Annotation
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.