Class GemfirePersistentEntity<T>

java.lang.Object
org.springframework.data.mapping.model.BasicPersistentEntity<T,GemfirePersistentProperty>
org.springframework.data.gemfire.mapping.GemfirePersistentEntity<T>
All Implemented Interfaces:
Iterable<GemfirePersistentProperty>, MutablePersistentEntity<T,GemfirePersistentProperty>, PersistentEntity<T,GemfirePersistentProperty>

public class GemfirePersistentEntity<T> extends BasicPersistentEntity<T,GemfirePersistentProperty>
PersistentEntity implementation adding custom GemFire persistent entity related metadata, such as the Region to which the entity is mapped, etc.
Author:
Oliver Gierke, John Blum, Gregory Green
See Also: