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 |
PdxSerializer implementation using the Spring Data for Apache Geode GemfireMappingContext
to read (deserialize) and write (serialize) entities from and to PDX.
|
Regions |
Simple value object to abstract access to regions by name and mapped type.
|