public class DefaultGemfireEntityInformation<T,ID extends Serializable> extends org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID> implements GemfireEntityInformation<T,ID>
GemfireEntityInformation to return the region name stored in the backing
PersistentEntity.GemfirePersistentEntity,
GemfireEntityInformation,
PersistentEntityInformation| Constructor and Description |
|---|
DefaultGemfireEntityInformation(GemfirePersistentEntity<T> entity)
Creates a new
DefaultGemfireEntityInformation. |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegionName()
Returns the name of the
Region the entity is held in. |
getId, getIdTypegetJavaType, isNewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic DefaultGemfireEntityInformation(GemfirePersistentEntity<T> entity)
DefaultGemfireEntityInformation.entity - must not be null.public String getRegionName()
GemfireEntityInformationRegion the entity is held in.getRegionName in interface GemfireEntityInformation<T,ID extends Serializable>Region the entity is held in.