| Class | Description |
|---|---|
| GemfireMappingContext |
Spring Data
AbstractMappingContext implementation defining entity mapping meta-data
for GemFire persistent entities. |
| GemfirePersistentEntity<T> |
PersistentEntity implementation adding custom GemFire persistent entity related metadata, such as the
Region to which the entity is mapped, etc. |
| GemfirePersistentProperty |
PersistentProperty implementation to for Gemfire related metadata. |
| MappingPdxSerializer |
GemFire
PdxSerializer implementation using the Spring Data GemFire GemfireMappingContext
to read and write entities from/to GemFire PDX bytes. |
| MappingPdxSerializer.ExcludeAllTypesFilter | |
| MappingPdxSerializer.ExcludeComGemstoneGemFireTypesFilter | |
| MappingPdxSerializer.ExcludeJavaTypesFilter | |
| MappingPdxSerializer.ExcludeNullTypesFilter | |
| MappingPdxSerializer.ExcludeOrgSpringFrameworkTypesFilter | |
| Regions |
Simple value object to abstract access to regions by name and mapped type.
|
| Annotation Type | Description |
|---|---|
| ClientRegion |
Annotation defining the Client Region in which the application persistent entity will be stored. |
| Indexed |
The
Indexed annotation is used to index a GemfirePersistentEntity GemfirePersistentProperty,
which creates a GemFire/Geode Index on a GemFire/Geode Region. |
| LocalRegion |
Annotation defining the Local Region in which the application persistent entity will be stored. |
| PartitionRegion |
Annotation defining the Partition Region in which the application persistent entity will be stored. |
| PartitionRegion.FixedPartition |
PartitionRegion.FixedPartition defined fixed partition meta-data within
a DataPolicy.PARTITION Region. |
| Region |
Annotation defining the Region in which the application persistent entity will be stored. |
| ReplicateRegion |
Annotation defining the Replicate Region in which the application persistent entity will be stored. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.