Class | Description |
---|---|
GemfireMappingContext | |
GemfirePersistentEntity<T> |
PersistentEntity implementation adding custom Gemfire related metadata, such as the region the entity is
mapped to etc. |
GemfirePersistentProperty |
PersistentProperty implementation to for Gemfire related metadata. |
MappingPdxSerializer |
PdxSerializer implementation that uses a
GemfireMappingContext to read and write entities. |
Regions |
Simple value object to abstract access to regions by name and mapped type.
|
Annotation Type | Description |
---|---|
Region |
Annotation to define the region an entity will be stored in.
|